aboutsummaryrefslogtreecommitdiff
path: root/archivers/bzip2
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-05-22 17:13:29 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-05-22 17:13:29 +0000
commit0da4a218456f552d00bef47fe090b9575b736336 (patch)
treef8570c20dfe51315a4c32375876f3ecb55dbe484 /archivers/bzip2
parent4a06e87880006b452be8c6c5f6d6c11681e902a7 (diff)
downloadports-0da4a218456f552d00bef47fe090b9575b736336.tar.gz
ports-0da4a218456f552d00bef47fe090b9575b736336.zip
Notes
Diffstat (limited to 'archivers/bzip2')
-rw-r--r--archivers/bzip2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile
index d5a213f93892..ba5c6782ce5a 100644
--- a/archivers/bzip2/Makefile
+++ b/archivers/bzip2/Makefile
@@ -32,7 +32,7 @@ do-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/bzip2
${INSTALL_DATA} ${WRKSRC}/manual* ${PREFIX}/share/doc/bzip2
- ${PREFIX}/bin/bzip2 ${PREFIX}/share/doc/bzip2/manual.ps
+ ${PREFIX}/bin/bzip2 -f ${PREFIX}/share/doc/bzip2/manual.ps
.endif
.include <bsd.port.mk>