diff options
author | krion <krion@FreeBSD.org> | 2003-10-11 22:47:27 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-11 22:47:27 +0800 |
commit | af3b24bbf35c9f8a3a1e0dbf93583600f76b4fc3 (patch) | |
tree | d4d12ca49e72499eee06c00043dc52faa6bc2fc5 /benchmarks/iozone/Makefile | |
parent | b6b0c91cc861144200a824ce672cfa2cb76fef43 (diff) | |
download | freebsd-ports-gnome-af3b24bbf35c9f8a3a1e0dbf93583600f76b4fc3.tar.gz freebsd-ports-gnome-af3b24bbf35c9f8a3a1e0dbf93583600f76b4fc3.tar.zst freebsd-ports-gnome-af3b24bbf35c9f8a3a1e0dbf93583600f76b4fc3.zip |
- Add CONFLICTS, because of the same item in pkg-plist
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'benchmarks/iozone/Makefile')
-rw-r--r-- | benchmarks/iozone/Makefile | 2 |
1 files changed, 2 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 |