diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-11-02 20:24:09 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-11-02 20:24:09 +0000 |
commit | 49d40553edd7110b59ed33546487ca1dd9f8c1a7 (patch) | |
tree | 69924a98402b0d4d7491db09760a78bbe03d792a /japanese/ptex-common/Makefile | |
parent | We no longer need -p flag to ${MKDIR}. (diff) |
Use ${COMPRESS_MAN} to compress man pages.
Diffstat (limited to '')
-rw-r--r-- | japanese/ptex-common/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile index 9966e36237fd..9951c79e7a88 100644 --- a/japanese/ptex-common/Makefile +++ b/japanese/ptex-common/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Nov 1995 # Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> # -# $Id: Makefile,v 1.9 1996/09/11 05:53:44 asami Exp $ +# $Id: Makefile,v 1.10 1996/09/17 15:07:50 max Exp $ # DISTNAME= ptex3.1415.p2.1.4 @@ -142,10 +142,8 @@ post-install: .for bin in ${BINARIES} strip ${PREFIX}/bin/${bin} .endfor -.if !defined(NOMANCOMPRESS) .for man in ${MANPAGES} - gzip -9nf ${PREFIX}/man/man1/${man} + ${COMPRESS_MAN} ${PREFIX}/man/man1/${man} .endfor -.endif .include <bsd.port.mk> |