aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iozone
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-10 23:58:10 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-10 23:58:10 +0000
commitbd3df2b9ee5f8ef2646aacdba92affa17753f98a (patch)
tree91c260ff5e5edbe3385fc77d6824d998e96b6734 /benchmarks/iozone
parentcbe99c3c0b5c7b6ec95c82837dbe3948fb77eb0c (diff)
downloadports-bd3df2b9ee5f8ef2646aacdba92affa17753f98a.tar.gz
ports-bd3df2b9ee5f8ef2646aacdba92affa17753f98a.zip
Notes
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r--benchmarks/iozone/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 0e2dbab23f0f..8bfe7fff8f1c 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -23,7 +23,7 @@ ALL_TARGET=
MAN1= iozone.1
do-install:
- ${STRIP} ${WRKSRC}/iozone
+ strip ${WRKSRC}/iozone
${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1