aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/stream
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-23 20:10:12 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-23 20:10:12 +0000
commita6c5bd19c9e0ee625254e7ee3eba484d5624647f (patch)
tree038710aa7d576119cbf9f2df10d18bee5dd096f7 /benchmarks/stream
parenta6cf2fb8b5134f6d996c75f61caf21297eece5c8 (diff)
downloadports-a6c5bd19c9e0ee625254e7ee3eba484d5624647f.tar.gz
ports-a6c5bd19c9e0ee625254e7ee3eba484d5624647f.zip
use STRIP_CMD
PR: 39742 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=61835
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>