From 5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764 Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 29 Jul 2014 19:11:51 +0000 Subject: Convert a bunch of EXTRACT_SUFX=... into USES=tar:... Approved by: portmgr (not really, but touches unstaged ports) --- math/fxt/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'math/fxt') diff --git a/math/fxt/Makefile b/math/fxt/Makefile index a65a21b141cc..41868c20b519 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -5,14 +5,13 @@ PORTNAME= fxt PORTVERSION= 2012.06.18 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ -EXTRACT_SUFX= .tgz MAINTAINER= dhn@FreeBSD.org COMMENT= FFT code and related stuff WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake +USES= gmake tar:tgz MAKEFILE= makefile OPTIONS_DEFINE= DOCS EXAMPLES -- cgit