aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-06-17 21:17:48 +0800
committerbapt <bapt@FreeBSD.org>2016-06-17 21:17:48 +0800
commit0b8ec22148be620dcc2a74d564ba42c680965e44 (patch)
tree10f95a320a349d86b9b3901a1825a6dd3947c321 /benchmarks
parent33d6b01a6e7affb5781bc429bc8f4cdb625a3260 (diff)
downloadfreebsd-ports-graphics-0b8ec22148be620dcc2a74d564ba42c680965e44.tar.gz
freebsd-ports-graphics-0b8ec22148be620dcc2a74d564ba42c680965e44.tar.zst
freebsd-ports-graphics-0b8ec22148be620dcc2a74d564ba42c680965e44.zip
Use DISTVERSION instead of crafting the version to get the distname
Prefer USES to set the extract suffix
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/iozone/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 8e25a3d8de7..9aaecece418 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