summaryrefslogtreecommitdiff
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
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
-rw-r--r--astro/xtide/Makefile2
-rw-r--r--audio/tracker/Makefile2
-rw-r--r--benchmarks/netperf/Makefile2
-rw-r--r--emulators/spim/Makefile2
-rw-r--r--emulators/stonx/Makefile2
-rw-r--r--japanese/gn-gnspool/Makefile2
-rw-r--r--japanese/vfxdvi300/Makefile4
-rw-r--r--math/bihar/Makefile2
-rw-r--r--math/fftpack/Makefile2
-rw-r--r--x11-fonts/etlfonts/Makefile2
10 files changed, 11 insertions, 11 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile
index 7c3347114040..cc5ba512d3f2 100644
--- a/astro/xtide/Makefile
+++ b/astro/xtide/Makefile
@@ -23,7 +23,7 @@ MAN1= xtide.1
MANCOMPRESSED= no
post-extract:
- @gzip -dc ${DISTDIR}/harmonics.gz > ${WRKSRC}/harmonics
+ @${GZCAT} ${DISTDIR}/harmonics.gz > ${WRKSRC}/harmonics
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xtide ${PREFIX}/bin
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile
index d87ef1154e2f..8559158fee3d 100644
--- a/audio/tracker/Makefile
+++ b/audio/tracker/Makefile
@@ -26,7 +26,7 @@ MAKE_FLAGS= MACHINE=freebsd CC=$(CC) INSTALL="$(INSTALL)" \
post-install:
cd ${WRKSRC}/Docs && \
makeinfo --no-split tracker.texinfo -o tracker.info && \
- gzip -f tracker.info && \
+ ${GZIP_CMD} tracker.info && \
$(INSTALL_MAN) tracker.info.gz ${PREFIX}/info && \
${RM} -f tracker.info.gz *.orig
-${MKDIR} ${PREFIX}/share/doc/tracker
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile
index c3d91e1a2143..889e863f4c89 100644
--- a/benchmarks/netperf/Makefile
+++ b/benchmarks/netperf/Makefile
@@ -25,7 +25,7 @@ post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/netperf
${MINSTALL} ${WRKSRC}/netperf.ps ${PREFIX}/share/doc/netperf
- gzip -9nf ${PREFIX}/share/doc/netperf/netperf.ps
+ ${GZIP_CMD} ${PREFIX}/share/doc/netperf/netperf.ps
.endif
.include <bsd.port.mk>
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile
index 93ae2bf474da..3b4b7c8f2603 100644
--- a/emulators/spim/Makefile
+++ b/emulators/spim/Makefile
@@ -42,7 +42,7 @@ post-install:
${PREFIX}/share/doc/spim
${INSTALL_DATA} ${WRKSRC}/Documentation/cycle.ps \
${PREFIX}/share/doc/spim
- gzip -9nf ${PREFIX}/share/doc/spim/*.ps
+ ${GZIP_CMD} ${PREFIX}/share/doc/spim/*.ps
.endif
.include <bsd.port.mk>
diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile
index 36c62e862d37..bfc1730c3125 100644
--- a/emulators/stonx/Makefile
+++ b/emulators/stonx/Makefile
@@ -64,7 +64,7 @@ do-install:
@${ECHO_MSG} "===> Installing fonts"
.for f in ${FONTS}
@${INSTALL_DATA} ${WRKSRC}/data/$f ${FNTDIR}
- @gzip -f ${FNTDIR}/$f
+ @${GZIP_CMD} ${FNTDIR}/$f
.endfor
@mkfontdir ${FNTDIR}
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
diff --git a/japanese/vfxdvi300/Makefile b/japanese/vfxdvi300/Makefile
index 82dd4af9f371..edfa2777ef2c 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; \
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
index 347ef9f54233..68528099400c 100644
--- a/math/bihar/Makefile
+++ b/math/bihar/Makefile
@@ -23,7 +23,7 @@ EXTRACT_AFTER_ARGS= # empty
.include <bsd.port.pre.mk>
post-extract:
- gunzip $(WRKSRC)/*.f.gz
+ ${GUNZIP} $(WRKSRC)/*.f.gz
pre-build:
${RM} $(WRKSRC)/.depend
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile
index 347ef9f54233..68528099400c 100644
--- a/math/fftpack/Makefile
+++ b/math/fftpack/Makefile
@@ -23,7 +23,7 @@ EXTRACT_AFTER_ARGS= # empty
.include <bsd.port.pre.mk>
post-extract:
- gunzip $(WRKSRC)/*.f.gz
+ ${GUNZIP} $(WRKSRC)/*.f.gz
pre-build:
${RM} $(WRKSRC)/.depend
diff --git a/x11-fonts/etlfonts/Makefile b/x11-fonts/etlfonts/Makefile
index 69a3f349f74b..c9dfb7df5f15 100644
--- a/x11-fonts/etlfonts/Makefile
+++ b/x11-fonts/etlfonts/Makefile
@@ -20,7 +20,7 @@ EXTRACT_AFTER_ARGS= # empty
USE_X_PREFIX= yes
post-extract:
- @gunzip ${WRKSRC}/*.gz
+ @${GUNZIP} ${WRKSRC}/*.gz
post-install:
@${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL