diff options
author | mharo <mharo@FreeBSD.org> | 1999-09-04 23:39:29 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-09-04 23:39:29 +0000 |
commit | d610693a16663e7e8e0dcd365d9986387c00ccd6 (patch) | |
tree | 4392ac6eca61c5f7e66a808b3e8e83411051e773 /japanese | |
parent | 21a3785431849d2800979eb9eda3e8d0dccd04fb (diff) | |
download | FreeBSD-ports-d610693a16663e7e8e0dcd365d9986387c00ccd6.zip FreeBSD-ports-d610693a16663e7e8e0dcd365d9986387c00ccd6.tar.gz |
gzip -> ${GZIP_CMD}
gzip -d -> ${GUNZIP_CMD}
gzip -dc -> ${GZCAT}
gunzip -> ${GUNZIP_CMD}
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/gn-gnspool/Makefile | 2 | ||||
-rw-r--r-- | japanese/vfxdvi300/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/japanese/gn-gnspool/Makefile b/japanese/gn-gnspool/Makefile index 1800a5f..6d89d66 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 diff --git a/japanese/vfxdvi300/Makefile b/japanese/vfxdvi300/Makefile index 82dd4af..edfa277 100644 --- a/japanese/vfxdvi300/Makefile +++ b/japanese/vfxdvi300/Makefile @@ -46,9 +46,9 @@ pre-patch: ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/950923.02.Z | uudecode ; \ ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/951109.04.Z | uudecode ; \ uudecode ${DISTDIR}/${DIST_SUBDIR}/xdvi18-okagawa-patch ; \ - gzip -d xdvi18.vflib.patch.gz ; \ + ${GUNZIP_CMD} xdvi18.vflib.patch.gz ; \ ${PATCH} < ${FILESDIR}/xdvi18.vflib.patch.of.patch >/dev/null 2>&1; \ - gzip -d xdvi-17+ptex.fixed.patch.gz ; \ + ${GUNZIP_CMD} xdvi-17+ptex.fixed.patch.gz ; \ ${PATCH} < ${FILESDIR}/xdvi-17+ptex.fixed.patch.of.patch >/dev/null 2>&1; \ ${MKDIR} tmp; \ cd tmp; \ |