summaryrefslogtreecommitdiff
path: root/japanese/gn-gnspool/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-09-04 23:39:29 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-09-04 23:39:29 +0000
commit2262dde3ac9b8eeb7790fabdf31128fd2b7c31ba (patch)
tree4644df59e413d3ef6378c2ce857e02802fa28896 /japanese/gn-gnspool/Makefile
parentUpgrade to 1.6.3 (diff)
gzip -> ${GZIP_CMD}
gzip -d -> ${GUNZIP_CMD} gzip -dc -> ${GZCAT} gunzip -> ${GUNZIP_CMD}
Notes
Notes: svn path=/head/; revision=21266
Diffstat (limited to '')
-rw-r--r--japanese/gn-gnspool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/gn-gnspool/Makefile b/japanese/gn-gnspool/Makefile
index 1800a5fea9f8..6d89d6639b84 100644
--- a/japanese/gn-gnspool/Makefile
+++ b/japanese/gn-gnspool/Makefile
@@ -38,7 +38,7 @@ post-install:
@${CP} ${FILESDIR}/Changes.FreeBSD.port ${PREFIX}/share/doc/gn-gnspool
.endif
.if !defined(NOMANCOMPRESS)
- @gzip -9nf ${PREFIX}/man/ja/cat1/gn.1 \
+ @${GZIP_CMD} ${PREFIX}/man/ja/cat1/gn.1 \
${PREFIX}/man/ja/cat1/gnspool.1 ${PREFIX}/man/ja/cat1/gnloops.1
.endif
@${MKDIR} ${PREFIX}/share/examples/gn-gnspool