diff options
author | jmz <jmz@FreeBSD.org> | 1995-06-15 11:26:50 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-06-15 11:26:50 +0000 |
commit | 4220a18ecbb5ea27312a9f40affd527ece97d63c (patch) | |
tree | d8530073c0183f26c9cb02953b1ea3197a9e62c1 /benchmarks/iozone | |
parent | d816a63e3bee5c634fd885a2c61e1d0e0d8eab7b (diff) | |
download | FreeBSD-ports-4220a18ecbb5ea27312a9f40affd527ece97d63c.zip FreeBSD-ports-4220a18ecbb5ea27312a9f40affd527ece97d63c.tar.gz |
Remove the dependency on gshar+gunshar
Use awk and sh to extract
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 |