aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iozone21
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-02-18 20:08:32 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-02-18 20:08:32 +0000
commit42e165c30c9d9d0a35e815bb984fecc6bee183d7 (patch)
tree0b3973cb58cf31031143ded4660acf7cd77827cb /benchmarks/iozone21
parent412b1b3e2b37e202c4432bc7ff8475f87a536a66 (diff)
downloadports-42e165c30c9d9d0a35e815bb984fecc6bee183d7.tar.gz
ports-42e165c30c9d9d0a35e815bb984fecc6bee183d7.zip
Make parentheses around the gzcat | gunshar shell commands to prevent
a ambigious redirect message from the shell from the "<" stdin redirection.
Notes
Notes: svn path=/head/; revision=1003
Diffstat (limited to 'benchmarks/iozone21')
-rw-r--r--benchmarks/iozone21/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index a282cd26eae4..9bb8f4a4c86a 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/Makefile
@@ -1,7 +1,7 @@
DISTFILES= iozone-2.01.shar.gz
DISTNAME= iozone
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
-EXTRACT_CMD= gzcat | /usr/local/bin/gunshar
+EXTRACT_CMD= ( gzcat | /usr/local/bin/gunshar )
EXTRACT_ARGS= <
NO_WRKSUBDIR= YES
EXEC_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar