summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/bash/Makefile2
-rw-r--r--shells/bash2/Makefile2
-rw-r--r--shells/bash3/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index f54a2aacc33e..6cd0bb2e9d21 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/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>
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>
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile
index f54a2aacc33e..6cd0bb2e9d21 100644
--- a/shells/bash3/Makefile
+++ b/shells/bash3/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>