diff options
-rw-r--r-- | benchmarks/iozone/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/iozone21/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index a11ed3b9bfa8..7433f1a4aa09 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tar MAINTAINER= jmz@FreeBSD.org COMMENT= Performance Test of Sequential File I/O +CONFLICTS= iozone-2.* + WRKSRC= ${WRKDIR}/src/current MAKEFILE= makefile 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} ) |