diff options
author | obrien <obrien@FreeBSD.org> | 2002-08-06 07:21:44 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-08-06 07:21:44 +0000 |
commit | 6cf4afa3df386996dde63379a36ea57443fbdc5f (patch) | |
tree | 03b6e6cc1b8f223c86a3b4fa24b2c178ebd14fc4 /shells | |
parent | 05226c7af351dc665188856b609d92f8332d307d (diff) | |
download | FreeBSD-ports-6cf4afa3df386996dde63379a36ea57443fbdc5f.zip FreeBSD-ports-6cf4afa3df386996dde63379a36ea57443fbdc5f.tar.gz |
`make reinstall' clean.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 2 | ||||
-rw-r--r-- | shells/bash2/Makefile | 2 | ||||
-rw-r--r-- | shells/bash3/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index f54a2aa..6cd0bb2 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 f54a2aa..6cd0bb2 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 f54a2aa..6cd0bb2 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> |