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 | |
parent | The spell-checker was set to true => no mistake reported! (diff) |
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.)
Notes
Notes:
svn path=/head/; revision=53350
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 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 |