aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iozone21
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-06-15 11:26:50 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-06-15 11:26:50 +0000
commit3aceaf024d7f742ba8b5079010e2e80adbca648e (patch)
treea3fb3fcfbf173320e7e83001d5a3d209deb17c7c /benchmarks/iozone21
parent6e74699d8d555187a1203c8bd12ddd09e8d83f0d (diff)
downloadports-3aceaf024d7f742ba8b5079010e2e80adbca648e.tar.gz
ports-3aceaf024d7f742ba8b5079010e2e80adbca648e.zip
Remove the dependency on gshar+gunshar
Use awk and sh to extract
Notes
Notes: svn path=/head/; revision=1833
Diffstat (limited to 'benchmarks/iozone21')
-rw-r--r--benchmarks/iozone21/Makefile6
1 files changed, 2 insertions, 4 deletions
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