summaryrefslogtreecommitdiffstats
path: root/archivers/bzip2
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-05-22 17:13:29 +0000
committerache <ache@FreeBSD.org>2000-05-22 17:13:29 +0000
commit05f2b215dd2bae4c29b8b343e533708fa3750320 (patch)
tree92c1a84f146fa2eb0615ec70064498d473d8c678 /archivers/bzip2
parentee2babe1d424f79a24c79103ade434ef9c6797da (diff)
downloadFreeBSD-ports-05f2b215dd2bae4c29b8b343e533708fa3750320.zip
FreeBSD-ports-05f2b215dd2bae4c29b8b343e533708fa3750320.tar.gz
Add -f when compressing manual to allow instaling over already existen port
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 d5a213f..ba5c678 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>
OpenPOWER on IntegriCloud