summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/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 /benchmarks/netperf/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 '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>