summaryrefslogtreecommitdiff
path: root/japanese/ptex-base
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-11-02 20:24:09 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-11-02 20:24:09 +0000
commit49d40553edd7110b59ed33546487ca1dd9f8c1a7 (patch)
tree69924a98402b0d4d7491db09760a78bbe03d792a /japanese/ptex-base
parentWe no longer need -p flag to ${MKDIR}. (diff)
Use ${COMPRESS_MAN} to compress man pages.
Notes
Notes: svn path=/head/; revision=4265
Diffstat (limited to 'japanese/ptex-base')
-rw-r--r--japanese/ptex-base/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile
index 9966e36237fd..9951c79e7a88 100644
--- a/japanese/ptex-base/Makefile
+++ b/japanese/ptex-base/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>