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/iozone | |
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/iozone')
-rw-r--r-- | benchmarks/iozone/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |