summaryrefslogtreecommitdiff
path: root/archivers
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
parentUpdate to 1.1.17 (diff)
Add -f when compressing manual to allow instaling over already existen port
Notes
Notes: svn path=/head/; revision=28682
Diffstat (limited to 'archivers')
-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>