aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iozone21
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-04 00:48:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-04 00:48:30 +0000
commit5ed86f75a61a007f894ff83550bf413c9525ad6a (patch)
tree89c63aad9e3683d58f7f58ebdf5323bd1d8a51d2 /benchmarks/iozone21
parentbc519aa26b9746380b3402efc7f80cf5bf1eed48 (diff)
downloadports-5ed86f75a61a007f894ff83550bf413c9525ad6a.tar.gz
ports-5ed86f75a61a007f894ff83550bf413c9525ad6a.zip
Fix pkg name collision
Notes
Notes: svn path=/head/; revision=338610
Diffstat (limited to 'benchmarks/iozone21')
-rw-r--r--benchmarks/iozone21/Makefile2
1 files changed, 1 insertions, 1 deletions
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} )