aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/netperf/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-09-05 07:39:29 +0800
committermharo <mharo@FreeBSD.org>1999-09-05 07:39:29 +0800
commitd610693a16663e7e8e0dcd365d9986387c00ccd6 (patch)
tree4392ac6eca61c5f7e66a808b3e8e83411051e773 /benchmarks/netperf/Makefile
parent21a3785431849d2800979eb9eda3e8d0dccd04fb (diff)
downloadfreebsd-ports-gnome-d610693a16663e7e8e0dcd365d9986387c00ccd6.tar.gz
freebsd-ports-gnome-d610693a16663e7e8e0dcd365d9986387c00ccd6.tar.zst
freebsd-ports-gnome-d610693a16663e7e8e0dcd365d9986387c00ccd6.zip
gzip -> ${GZIP_CMD}
gzip -d -> ${GUNZIP_CMD} gzip -dc -> ${GZCAT} gunzip -> ${GUNZIP_CMD}
Diffstat (limited to 'benchmarks/netperf/Makefile')
-rw-r--r--benchmarks/netperf/Makefile2
1 files changed, 1 insertions, 1 deletions
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>