diff options
author | ache <ache@FreeBSD.org> | 1995-02-18 00:44:28 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-02-18 00:44:28 +0800 |
commit | 030bb0be7e2fa7ed172bdbf63f01c1ebab90ce58 (patch) | |
tree | 79ebb06bb9ce65e51a0d44a722e0bcd0e8bd08f9 /benchmarks/iozone | |
parent | 353f3cfbf830c40fcb44fbe95e29a302e240ba05 (diff) | |
download | freebsd-ports-gnome-030bb0be7e2fa7ed172bdbf63f01c1ebab90ce58.tar.gz freebsd-ports-gnome-030bb0be7e2fa7ed172bdbf63f01c1ebab90ce58.tar.zst freebsd-ports-gnome-030bb0be7e2fa7ed172bdbf63f01c1ebab90ce58.zip |
Remove cd WRKDIR
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r-- | benchmarks/iozone/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 7409eaae72aa..a282cd26eae4 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/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= (cd ${WRKDIR}; gzcat | /usr/local/bin/gunshar) +EXTRACT_CMD= gzcat | /usr/local/bin/gunshar EXTRACT_ARGS= < NO_WRKSUBDIR= YES EXEC_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar |