summaryrefslogtreecommitdiffstats
path: root/japanese/ptex-common
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1996-11-02 20:24:09 +0000
committermax <max@FreeBSD.org>1996-11-02 20:24:09 +0000
commitf4d2c1e2ceb7d4617e71d6407b3803f4efdec06f (patch)
treefdac100ce66afb1b080dd1856eebbcb970ec57ce /japanese/ptex-common
parent6dfb7f165259f864c4a59947e57e170c8dab7587 (diff)
downloadFreeBSD-ports-f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f.zip
FreeBSD-ports-f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f.tar.gz
Use ${COMPRESS_MAN} to compress man pages.
Diffstat (limited to 'japanese/ptex-common')
-rw-r--r--japanese/ptex-common/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile
index 9966e36..9951c79 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>
OpenPOWER on IntegriCloud