diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-04 08:48:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-04 08:48:30 +0800 |
commit | dbbedb10bf1549381fe3bac694466ba192983953 (patch) | |
tree | 89c63aad9e3683d58f7f58ebdf5323bd1d8a51d2 /benchmarks/iozone21 | |
parent | 54397efd6b1a1d72dbd227ca2a61b37079f3647b (diff) | |
download | freebsd-ports-gnome-dbbedb10bf1549381fe3bac694466ba192983953.tar.gz freebsd-ports-gnome-dbbedb10bf1549381fe3bac694466ba192983953.tar.zst freebsd-ports-gnome-dbbedb10bf1549381fe3bac694466ba192983953.zip |
Fix pkg name collision
Diffstat (limited to 'benchmarks/iozone21')
-rw-r--r-- | benchmarks/iozone21/Makefile | 2 |
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} ) |