diff options
author | bapt <bapt@FreeBSD.org> | 2016-06-17 21:17:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-06-17 21:17:48 +0800 |
commit | 0b8ec22148be620dcc2a74d564ba42c680965e44 (patch) | |
tree | 10f95a320a349d86b9b3901a1825a6dd3947c321 /benchmarks | |
parent | 33d6b01a6e7affb5781bc429bc8f4cdb625a3260 (diff) | |
download | freebsd-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/Makefile | 6 |
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 |