aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/stream
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/stream')
-rw-r--r--benchmarks/stream/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/stream/Makefile b/benchmarks/stream/Makefile
index bab83bfac488..630679b7a789 100644
--- a/benchmarks/stream/Makefile
+++ b/benchmarks/stream/Makefile
@@ -20,6 +20,6 @@ do-extract:
@${CP} -r ${_DISTDIR} ${WRKDIR}
post-install:
- strip ${PREFIX}/bin/stream
+ ${STRIP_CMD} ${PREFIX}/bin/stream
.include <bsd.port.mk>