diff options
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index f54a2aacc33e..6cd0bb2e9d21 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -38,7 +38,7 @@ post-install: ${INSTALL_MAN} \ ${WRKDIR}/doc/article.txt \ ${DOCSDIR} - ${BZIP2_CMD} ${DOCSDIR}/*.ps + ${BZIP2_CMD} -f ${DOCSDIR}/*.ps .endif .include <bsd.port.post.mk> |