diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2005-10-24 11:22:13 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2005-10-24 11:22:13 +0000 |
commit | 75e6932cd9a2085f90e9d05be94d44be93b897d8 (patch) | |
tree | 99d6e8faa62d99d426509f93d258f1a76fcd70a1 /benchmarks/iozone | |
parent | ee817d5810c5d8048fd398e955afd4b0e214db77 (diff) |
Notes
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r-- | benchmarks/iozone/Makefile | 6 | ||||
-rw-r--r-- | benchmarks/iozone/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index cb1d947dd602..85a56832bf01 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= iozone -PORTVERSION= 3.196 +PORTVERSION= 3.248 PORTREVISION= 0 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ @@ -18,7 +18,7 @@ COMMENT= Performance Test of Sequential File I/O CONFLICTS= iozone-2.* -WRKSRC= ${WRKDIR}/src/current +WRKSRC= ${WRKDIR}/${DISTNAME}/src/current MAKEFILE= makefile MAKE_ARGS= freebsd @@ -30,6 +30,6 @@ PLIST_FILES= bin/iozone do-install: ${STRIP_CMD} ${WRKSRC}/iozone ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin - ${INSTALL_MAN} ${WRKDIR}/docs/iozone.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/iozone.1 ${PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/benchmarks/iozone/distinfo b/benchmarks/iozone/distinfo index f4955e968fa1..31dde8290897 100644 --- a/benchmarks/iozone/distinfo +++ b/benchmarks/iozone/distinfo @@ -1,2 +1,2 @@ -MD5 (iozone3_196.tar) = 312bd3ca82fa5251a951eadcd64e096c -SIZE (iozone3_196.tar) = 1402880 +MD5 (iozone3_248.tar) = d77c52d18fc721019dbdf58178441cee +SIZE (iozone3_248.tar) = 1474560 |