diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/iozone21/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 55086eec6399..e9e257a35749 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar MAINTAINER= chifeng@gmail.com COMMENT= Performance Test of Sequential File I/O -CONFLICTS= iozone-2.* +CONFLICTS= iozone-2.* iozone21-* WRKSRC= ${WRKDIR}/${DISTNAME}/src/current diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 017693b5fae0..13897dc562c5 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -6,13 +6,13 @@ PORTVERSION= 2.01 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ EXTRACT_SUFX= .shar.gz +PKGNAMESUFFIX= 21 MAINTAINER= chifeng@gmail.com COMMENT= Performance Test of Sequential File I/O (older version) CONFLICTS= iozone-3.* -LATEST_LINK= iozone21 PLIST_FILES= bin/iozone EXTRACT_CMD= ( ${GZCAT} | ${AWK} '{if (/^\#!/) x++} {if(x) print $$0'}| ${SH} ) |