aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/netperf/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-09-24 09:37:11 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-09-24 09:37:11 +0000
commitf37f7775e3bcaa6fa808e1a5e037deae35d5b262 (patch)
treedfd75e4de6392a8352e2ab1fc6550d87dccdb06c /benchmarks/netperf/Makefile
parentb20d1c4deb10c57406da8224b9673695a8a8387b (diff)
downloadports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.tar.gz
ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.zip
Notes
Diffstat (limited to 'benchmarks/netperf/Makefile')
-rw-r--r--benchmarks/netperf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile
index c86f69038f28..6f60f34caa24 100644
--- a/benchmarks/netperf/Makefile
+++ b/benchmarks/netperf/Makefile
@@ -31,8 +31,8 @@ post-patch:
.endfor
post-install:
- strip ${PREFIX}/netperf/netperf
- strip ${PREFIX}/netperf/netserver
+ ${STRIP_CMD} ${PREFIX}/netperf/netperf
+ ${STRIP_CMD} ${PREFIX}/netperf/netserver
${INSTALL_MAN} ${WRKSRC}/netperf.man ${PREFIX}/man/man1/netperf.1
${INSTALL_MAN} ${WRKSRC}/netserver.man ${PREFIX}/man/man1/netserver.1
.if !defined(NOPORTDOCS)