summaryrefslogtreecommitdiff
path: root/benchmarks/iozone21/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-11-18 23:05:05 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-11-18 23:05:05 +0000
commitccac5a9f61f550c6708e9bd2acd0c996a3814635 (patch)
tree1e6f6a465c9e6c12b19bff83f103286707fe6dd4 /benchmarks/iozone21/Makefile
parentstrip -> ${STRIP_CMD} (diff)
gzcat -> ${GZCAT}
awk -> ${AWK} /bin/sh -> ${SH} PR: 39969 Submitted by: Scott Flatman <sf@dsinw.com>
Notes
Notes: svn path=/head/; revision=70435
Diffstat (limited to '')
-rw-r--r--benchmarks/iozone21/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index 86bc90c25094..c038d4f2fc6f 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
LATEST_LINK= iozone21
-EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
+EXTRACT_CMD= ( ${GZCAT} | ${AWK} '{if (/^\#!/) x++} {if(x) print $$0'}| ${SH} )
EXTRACT_BEFORE_ARGS= <
EXTRACT_AFTER_ARGS= # empty
NO_WRKSUBDIR= YES