summaryrefslogtreecommitdiffstats
path: root/japanese
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
parent6dfb7f165259f864c4a59947e57e170c8dab7587 (diff)
downloadFreeBSD-ports-f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f.zip
FreeBSD-ports-f4d2c1e2ceb7d4617e71d6407b3803f4efdec06f.tar.gz
Use ${COMPRESS_MAN} to compress man pages.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/nethack/Makefile14
-rw-r--r--japanese/nethack32/Makefile14
-rw-r--r--japanese/nethack34/Makefile14
-rw-r--r--japanese/ptex-base/Makefile6
-rw-r--r--japanese/ptex-common/Makefile6
5 files changed, 22 insertions, 32 deletions
diff --git a/japanese/nethack/Makefile b/japanese/nethack/Makefile
index f8aaca3..e07a9d8 100644
--- a/japanese/nethack/Makefile
+++ b/japanese/nethack/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 February 1995
# Whom: asami
#
-# $Id: Makefile,v 1.8 1996/09/21 00:52:29 asami Exp $
+# $Id: Makefile,v 1.9 1996/10/05 11:24:38 max Exp $
#
DISTNAME= nethack-3.2.1
@@ -30,12 +30,10 @@ pre-install:
@cd ${WRKSRC}/doc; ${MAKE} PREFIX=${PREFIX} manpages
post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man6/dlb.6
- gzip -9nf ${PREFIX}/man/man6/dgn_comp.6
- gzip -9nf ${PREFIX}/man/man6/lev_comp.6
- gzip -9nf ${PREFIX}/man/man6/nethack.6
- gzip -9nf ${PREFIX}/man/man6/recover.6
-.endif
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/dlb.6
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/dgn_comp.6
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/lev_comp.6
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/nethack.6
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/recover.6
.include <bsd.port.mk>
diff --git a/japanese/nethack32/Makefile b/japanese/nethack32/Makefile
index f8aaca3..e07a9d8 100644
--- a/japanese/nethack32/Makefile
+++ b/japanese/nethack32/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 February 1995
# Whom: asami
#
-# $Id: Makefile,v 1.8 1996/09/21 00:52:29 asami Exp $
+# $Id: Makefile,v 1.9 1996/10/05 11:24:38 max Exp $
#
DISTNAME= nethack-3.2.1
@@ -30,12 +30,10 @@ pre-install:
@cd ${WRKSRC}/doc; ${MAKE} PREFIX=${PREFIX} manpages
post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man6/dlb.6
- gzip -9nf ${PREFIX}/man/man6/dgn_comp.6
- gzip -9nf ${PREFIX}/man/man6/lev_comp.6
- gzip -9nf ${PREFIX}/man/man6/nethack.6
- gzip -9nf ${PREFIX}/man/man6/recover.6
-.endif
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/dlb.6
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/dgn_comp.6
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/lev_comp.6
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/nethack.6
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/recover.6
.include <bsd.port.mk>
diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile
index f8aaca3..e07a9d8 100644
--- a/japanese/nethack34/Makefile
+++ b/japanese/nethack34/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 February 1995
# Whom: asami
#
-# $Id: Makefile,v 1.8 1996/09/21 00:52:29 asami Exp $
+# $Id: Makefile,v 1.9 1996/10/05 11:24:38 max Exp $
#
DISTNAME= nethack-3.2.1
@@ -30,12 +30,10 @@ pre-install:
@cd ${WRKSRC}/doc; ${MAKE} PREFIX=${PREFIX} manpages
post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man6/dlb.6
- gzip -9nf ${PREFIX}/man/man6/dgn_comp.6
- gzip -9nf ${PREFIX}/man/man6/lev_comp.6
- gzip -9nf ${PREFIX}/man/man6/nethack.6
- gzip -9nf ${PREFIX}/man/man6/recover.6
-.endif
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/dlb.6
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/dgn_comp.6
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/lev_comp.6
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/nethack.6
+ ${COMPRESS_MAN} ${PREFIX}/man/man6/recover.6
.include <bsd.port.mk>
diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile
index 9966e36..9951c79 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>
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