diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 03:11:51 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 03:11:51 +0800 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /math/dieharder | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) | |
download | freebsd-ports-gnome-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.gz freebsd-ports-gnome-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.zst freebsd-ports-gnome-a84c115a09e00e14810cb1deb7bf4637a33ad313.zip |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'math/dieharder')
-rw-r--r-- | math/dieharder/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile index c7974d04eed6..bf32f88181dd 100644 --- a/math/dieharder/Makefile +++ b/math/dieharder/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 3.31.1 PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ LOCAL/bf -EXTRACT_SUFX= .tgz MAINTAINER= bf@FreeBSD.org COMMENT= Random number generator testsuite @@ -17,7 +16,7 @@ LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl MAKE_JOBS_UNSAFE= yes -USES= dos2unix libtool +USES= dos2unix libtool tar:tgz GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |