aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/iozone21
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-09-11 07:58:10 +0800
committerasami <asami@FreeBSD.org>1999-09-11 07:58:10 +0800
commit78592ed93504f64a3f9a7b8aa1d208020e4f9611 (patch)
tree5b0f6d85d7df9f8eba52801d9f481cd11d75a467 /benchmarks/iozone21
parent19f6c8b00d1fcd01dddef9fa76dd5346d68b0355 (diff)
downloadfreebsd-ports-gnome-78592ed93504f64a3f9a7b8aa1d208020e4f9611.tar.gz
freebsd-ports-gnome-78592ed93504f64a3f9a7b8aa1d208020e4f9611.tar.zst
freebsd-ports-gnome-78592ed93504f64a3f9a7b8aa1d208020e4f9611.zip
${STRIP} is not a command -- it's the -s flag to install. ;)
Diffstat (limited to 'benchmarks/iozone21')
-rw-r--r--benchmarks/iozone21/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index 0e2dbab23f0f..8bfe7fff8f1c 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/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