aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/iozone
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-06-17 13:17:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-06-17 13:17:48 +0000
commit9437eb8fc46b51dfd50149c7a8ff9ffd1838fd97 (patch)
tree10f95a320a349d86b9b3901a1825a6dd3947c321 /benchmarks/iozone
parent5409c207d1a81a85ed2b475b6ab761adac9d36c1 (diff)
downloadports-9437eb8fc46b51dfd50149c7a8ff9ffd1838fd97.tar.gz
ports-9437eb8fc46b51dfd50149c7a8ff9ffd1838fd97.zip
Use DISTVERSION instead of crafting the version to get the distname
Prefer USES to set the extract suffix
Notes
Notes: svn path=/head/; revision=417011
Diffstat (limited to 'benchmarks/iozone')
-rw-r--r--benchmarks/iozone/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 8e25a3d8de73..9aaecece418c 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -2,17 +2,17 @@
# $FreeBSD$
PORTNAME= iozone
-PORTVERSION= 3.434
+DISTVERSION= 3_434
CATEGORIES= benchmarks
MASTER_SITES= http://www.iozone.org/src/current/
-DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/}
-EXTRACT_SUFX= .tar
+DISTNAME= ${PORTNAME}${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Performance Test of Sequential File I/O
WRKSRC= ${WRKDIR}/${DISTNAME}/src/current
+USES= tar
MAKEFILE= makefile
MAKE_ARGS= ${MAKE_ENV}
ALL_TARGET= freebsd