diff options
author | knu <knu@FreeBSD.org> | 2002-01-19 19:12:54 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-01-19 19:12:54 +0000 |
commit | 3f2f0b4487ba90c4417fde3fe61aca8f0c289a45 (patch) | |
tree | f8758a48cda5989de8e491bab9019045cfbf0878 /benchmarks | |
parent | e9c1edf8a928c6533110165281c128b9c0ed9ccb (diff) | |
download | FreeBSD-ports-3f2f0b4487ba90c4417fde3fe61aca8f0c289a45.zip FreeBSD-ports-3f2f0b4487ba90c4417fde3fe61aca8f0c289a45.tar.gz |
Set LATEST_LINK to "iozone21" to avoid conflict with the package name
of benchmarks/iozone.
(Maintainer timeout; I think it's too trivial to bother him with.)
Diffstat (limited to 'benchmarks')
-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 a6945b5..1ee754f 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 |