summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 19:11:51 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 19:11:51 +0000
commita84c115a09e00e14810cb1deb7bf4637a33ad313 (patch)
tree97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /finance
parentFix misapplication (diff)
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes: svn path=/head/; revision=363374
Diffstat (limited to 'finance')
-rw-r--r--finance/cbb/Makefile3
-rw-r--r--finance/opentaxsolver/Makefile3
-rw-r--r--finance/p5-Finance-Currency-Convert/Makefile3
-rw-r--r--finance/qhacc/Makefile3
4 files changed, 4 insertions, 8 deletions
diff --git a/finance/cbb/Makefile b/finance/cbb/Makefile
index 4eab111239e9..c9f9ad3ce003 100644
--- a/finance/cbb/Makefile
+++ b/finance/cbb/Makefile
@@ -5,7 +5,6 @@ PORTNAME= cbb
DISTVERSION= 0.9.5b
CATEGORIES= finance deskutils
MASTER_SITES= http://download.gna.org/cbb/
-EXTRACT_SUFX= .tgz
MAINTAINER= kline@thought.org
COMMENT= Checkbook balancing tool
@@ -13,7 +12,7 @@ COMMENT= Checkbook balancing tool
LICENSE= GPLv2
NO_BUILD= yes
-USES= shebangfix perl5 tk
+USES= shebangfix perl5 tk tar:tgz
SHEBANG_FILES= tcl/*.tcl */*.pl contrib/*
SHEBANG_LANG= perl tk
GNU_CONFIGURE= yes
diff --git a/finance/opentaxsolver/Makefile b/finance/opentaxsolver/Makefile
index 374496d1d86a..7fe7bd87063a 100644
--- a/finance/opentaxsolver/Makefile
+++ b/finance/opentaxsolver/Makefile
@@ -5,7 +5,6 @@ PORTVERSION= 10.00
CATEGORIES= finance
MASTER_SITES= SF/${PORTNAME}/OTS_${TAXYEAR}/v${PORTVERSION}
DISTNAME= ${UPPORTNAME}${TAXYEAR}_${PORTVERSION}
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= US tax prep software
@@ -19,7 +18,7 @@ UPPORTNAME= OpenTaxSolver
.if !defined(WITHOUT_X11)
USE_GL= yes
USE_XORG= xmu xext x11
-USES= pkgconfig
+USES= pkgconfig tar:tgz
CPPFLAGS+= $$(pkg-config --cflags-only-I glu xext xmu)
LDFLAGS+= $$(pkg-config --libs-only-L glu xext xmu)
SUB_LIST+= X11=
diff --git a/finance/p5-Finance-Currency-Convert/Makefile b/finance/p5-Finance-Currency-Convert/Makefile
index 3616331d8064..9e2392377cc6 100644
--- a/finance/p5-Finance-Currency-Convert/Makefile
+++ b/finance/p5-Finance-Currency-Convert/Makefile
@@ -6,7 +6,6 @@ PORTVERSION= 1.08
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= Convert currencies and fetch their exchange rates
@@ -14,7 +13,7 @@ COMMENT= Convert currencies and fetch their exchange rates
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-USES= perl5
+USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/finance/qhacc/Makefile b/finance/qhacc/Makefile
index 8fba044b4201..b7ec5d30e844 100644
--- a/finance/qhacc/Makefile
+++ b/finance/qhacc/Makefile
@@ -5,7 +5,6 @@ PORTNAME= qhacc
PORTVERSION= 4.3
CATEGORIES= finance
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple Qt-based financial manager
@@ -17,7 +16,7 @@ LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \
OPTIONS_DEFINE= DOCS
-USES= qmake:norecursive
+USES= qmake:norecursive tar:tgz
USE_QT4= corelib gui sql moc_build rcc_build uic_build
USE_CXXSTD= c++0x
USE_LDCONFIG= yes