diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-11 14:47:27 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-11 14:47:27 +0000 |
commit | a40aa1591bed197dce81d947536f3b33d11566af (patch) | |
tree | 5ca2ace8cd32d59c36160bc496cfa38d893d5f76 /benchmarks/iozone21 | |
parent | 4cbead71540b96e0a376da9744b58cf433b9ce77 (diff) | |
download | ports-a40aa1591bed197dce81d947536f3b33d11566af.tar.gz ports-a40aa1591bed197dce81d947536f3b33d11566af.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 9433c6fd0b9c..1382b85627d4 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .shar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Performance Test of Sequential File I/O (older version) +CONFLICTS= iozone-3.* + LATEST_LINK= iozone21 EXTRACT_CMD= ( ${GZCAT} | ${AWK} '{if (/^\#!/) x++} {if(x) print $$0'}| ${SH} ) |