diff options
Diffstat (limited to 'benchmarks/iozone21/Makefile')
-rw-r--r-- | benchmarks/iozone21/Makefile | 2 |
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 |