diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-06-15 11:26:50 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1995-06-15 11:26:50 +0000 |
commit | 3aceaf024d7f742ba8b5079010e2e80adbca648e (patch) | |
tree | a3fb3fcfbf173320e7e83001d5a3d209deb17c7c /benchmarks | |
parent | Update to 950606 snapshot. (diff) |
Remove the dependency on gshar+gunshar
Use awk and sh to extract
Notes
Notes:
svn path=/head/; revision=1833
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 6 | ||||
-rw-r--r-- | benchmarks/iozone21/Makefile | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index aff7a16d77f6..cc09cf5cf849 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 diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index aff7a16d77f6..cc09cf5cf849 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/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 |