diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-08-06 07:21:44 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-08-06 07:21:44 +0000 |
commit | 1659aea7bbe8eee98ce48bce3a2ccafc9e8e2cdd (patch) | |
tree | 85dc7b5fa01c10ed400d2f6449568f12f3609687 /shells/bash2 | |
parent | 58d134feec3cad492791d0a0ea2172527585cded (diff) | |
download | ports-1659aea7bbe8eee98ce48bce3a2ccafc9e8e2cdd.tar.gz ports-1659aea7bbe8eee98ce48bce3a2ccafc9e8e2cdd.zip |
`make reinstall' clean.
Notes
Notes:
svn path=/head/; revision=64089
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |