diff options
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r-- | benchmarks/iozone/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index aff7a16d..cc09cf5 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -3,7 +3,7 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.11 1995/04/15 03:45:40 asami Exp $ +# $Id: Makefile,v 1.12 1995/04/23 13:02:24 asami Exp $ # DISTNAME= iozone @@ -14,9 +14,7 @@ DISTFILES= iozone-2.01.shar.gz MAINTAINER= jmz@FreeBSD.org -EXEC_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar - -EXTRACT_CMD= ( gzcat | /usr/local/bin/gunshar ) +EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh ) EXTRACT_ARGS= < NO_WRKSUBDIR= YES |