From 9738602537a484d00ec75ccba598e45f08d9026c Mon Sep 17 00:00:00 2001 From: ats Date: Sat, 18 Feb 1995 20:08:32 +0000 Subject: Make parentheses around the gzcat | gunshar shell commands to prevent a ambigious redirect message from the shell from the "<" stdin redirection. --- benchmarks/iozone21/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks/iozone21') 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 -- cgit