aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2002-11-19 07:05:05 +0800
committerarved <arved@FreeBSD.org>2002-11-19 07:05:05 +0800
commit5f723fa8d0f3c69c69ef2df9f5af3320c571d391 (patch)
tree2d8a56501cc3f1d6a3d59ed9eb9115d1a39e039e /benchmarks
parent6ee630fb859dc14b6fa3e299d8082440436cfe51 (diff)
downloadfreebsd-ports-gnome-5f723fa8d0f3c69c69ef2df9f5af3320c571d391.tar.gz
freebsd-ports-gnome-5f723fa8d0f3c69c69ef2df9f5af3320c571d391.tar.zst
freebsd-ports-gnome-5f723fa8d0f3c69c69ef2df9f5af3320c571d391.zip
gzcat -> ${GZCAT}
awk -> ${AWK} /bin/sh -> ${SH} PR: 39969 Submitted by: Scott Flatman <sf@dsinw.com>
Diffstat (limited to 'benchmarks')
-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