diff options
Diffstat (limited to 'benchmarks/netperf')
-rw-r--r-- | benchmarks/netperf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile index c3d91e1..889e863 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> |