diff options
author | ats <ats@FreeBSD.org> | 1995-02-19 04:08:32 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-19 04:08:32 +0800 |
commit | 9738602537a484d00ec75ccba598e45f08d9026c (patch) | |
tree | ca8a48342d887ccdef39b01bd01e682693ffef2f /benchmarks/iozone21/Makefile | |
parent | 301b4087674f8f2707401e483a5fce87f2444372 (diff) | |
download | freebsd-ports-gnome-9738602537a484d00ec75ccba598e45f08d9026c.tar.gz freebsd-ports-gnome-9738602537a484d00ec75ccba598e45f08d9026c.tar.zst freebsd-ports-gnome-9738602537a484d00ec75ccba598e45f08d9026c.zip |
Make parentheses around the gzcat | gunshar shell commands to prevent
a ambigious redirect message from the shell from the "<" stdin
redirection.
Diffstat (limited to 'benchmarks/iozone21/Makefile')
-rw-r--r-- | benchmarks/iozone21/Makefile | 2 |
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 |