freebsd-ports/benchmarks/iozone/Makefile
Andreas Schulz 42e165c30c Make parentheses around the gzcat | gunshar shell commands to prevent
a ambigious redirect message from the shell from the "<" stdin
redirection.
1995-02-18 20:08:32 +00:00

12 lines
305 B
Makefile

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_ARGS= <
NO_WRKSUBDIR= YES
EXEC_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar
pre-extract: depends
.include <bsd.port.mk>