diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-19 19:12:54 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-19 19:12:54 +0000 |
commit | 24ba322cad18621d31c11369a45453dc4cc5e705 (patch) | |
tree | 0d15dff2297fd723944b4fe882afee9bfa48f799 /benchmarks/iozone21 | |
parent | e5eed843600718b66432ecebffdfb0ac6bdc866d (diff) | |
download | ports-24ba322cad18621d31c11369a45453dc4cc5e705.tar.gz ports-24ba322cad18621d31c11369a45453dc4cc5e705.zip |
Notes
Diffstat (limited to 'benchmarks/iozone21')
-rw-r--r-- | benchmarks/iozone21/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index a6945b55c12b..1ee754f910dc 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .shar.gz MAINTAINER= obrien@FreeBSD.org +LATEST_LINK= iozone21 + EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh ) EXTRACT_BEFORE_ARGS= < EXTRACT_AFTER_ARGS= # empty |