aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/cs/Makefile3
-rw-r--r--misc/gkrellm-helium/Makefile3
-rw-r--r--misc/gkrellweather2/Makefile3
-rw-r--r--misc/mbuffer/Makefile3
-rw-r--r--misc/p5-Business-EDI/Makefile3
-rw-r--r--misc/p5-Business-ISIN/Makefile3
-rw-r--r--misc/spamcalc/Makefile3
-rw-r--r--misc/terraform/Makefile3
-rw-r--r--misc/unclutter/Makefile3
9 files changed, 9 insertions, 18 deletions
diff --git a/misc/cs/Makefile b/misc/cs/Makefile
index 26bc82f4ad3f..7a361fa4564f 100644
--- a/misc/cs/Makefile
+++ b/misc/cs/Makefile
@@ -5,7 +5,6 @@ PORTNAME= cs
PORTVERSION= 0.9.6
CATEGORIES= misc
MASTER_SITES= http://njhurst.com/programming/cross-stitch/
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Cross Stitch software
@@ -16,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging
NO_BUILD= yes
-USES= shebangfix
+USES= shebangfix tar:tgz
SHEBANG_FILES= xs.py
USE_PYTHON_RUN= yes
diff --git a/misc/gkrellm-helium/Makefile b/misc/gkrellm-helium/Makefile
index 372f05fded82..7e2809897bf2 100644
--- a/misc/gkrellm-helium/Makefile
+++ b/misc/gkrellm-helium/Makefile
@@ -6,7 +6,6 @@ PORTVERSION= 2.3.1
PORTREVISION= 11
CATEGORIES= misc
MASTER_SITES= https://sites.google.com/site/makovick/projects/
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= GKrellM plugin reading data from helium thermometer at Strahov, Prague
@@ -15,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkre
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
-USES= pkgconfig
+USES= pkgconfig tar:tgz
PLIST_FILES= libexec/gkrellm2/plugins/helium.so
diff --git a/misc/gkrellweather2/Makefile b/misc/gkrellweather2/Makefile
index b99f787e38cb..46dc40e2c8e4 100644
--- a/misc/gkrellweather2/Makefile
+++ b/misc/gkrellweather2/Makefile
@@ -5,7 +5,6 @@ PORTNAME= gkrellweather
PORTVERSION= 2.0.8
CATEGORIES= misc geography
MASTER_SITES= https://sites.google.com/site/makovick/projects/
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Weather plugin for GKrellM
@@ -15,7 +14,7 @@ LICENSE= GPLv2 # (or later)
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
-USES= gettext gmake pkgconfig
+USES= gettext gmake pkgconfig tar:tgz
MAKE_ENV= enable_nls=1
ALL_TARGET= gkrellweather.so
diff --git a/misc/mbuffer/Makefile b/misc/mbuffer/Makefile
index 63ff49a05a16..ef7ae6709745 100644
--- a/misc/mbuffer/Makefile
+++ b/misc/mbuffer/Makefile
@@ -7,7 +7,6 @@ PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.maier-komor.de/software/mbuffer/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
-EXTRACT_SUFX= .tgz
MAINTAINER= mm@FreeBSD.org
COMMENT= Tool for buffering data streams
@@ -15,7 +14,7 @@ COMMENT= Tool for buffering data streams
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= gmake
+USES= gmake tar:tgz
GNU_CONFIGURE= yes
MAKE_ARGS= SHELL=${SH}
diff --git a/misc/p5-Business-EDI/Makefile b/misc/p5-Business-EDI/Makefile
index b213732eb6bf..0728ec006e68 100644
--- a/misc/p5-Business-EDI/Makefile
+++ b/misc/p5-Business-EDI/Makefile
@@ -7,7 +7,6 @@ CATEGORIES= misc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JOEATZ
PKGNAMEPREFIX= p5-
-EXTRACT_SUFX= .tgz
MAINTAINER= m.ne@gmx.net
COMMENT= Class for generating EDI objects and subobjects
@@ -24,7 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/atz-${PORTNAME}-327e01f
-USES= perl5
+USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/misc/p5-Business-ISIN/Makefile b/misc/p5-Business-ISIN/Makefile
index 6f582a91602a..eb33cca27c9f 100644
--- a/misc/p5-Business-ISIN/Makefile
+++ b/misc/p5-Business-ISIN/Makefile
@@ -6,7 +6,6 @@ PORTVERSION= 0.20
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= Validate International Securities Identification Numbers
@@ -14,7 +13,7 @@ COMMENT= Validate International Securities Identification Numbers
BUILD_DEPENDS= p5-Locale-Codes>=0:${PORTSDIR}/misc/p5-Locale-Codes
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/misc/spamcalc/Makefile b/misc/spamcalc/Makefile
index 7ba4f13978d9..7a32f5d4435d 100644
--- a/misc/spamcalc/Makefile
+++ b/misc/spamcalc/Makefile
@@ -6,12 +6,11 @@ PORTVERSION= 0.5
CATEGORIES= misc
MASTER_SITES= http://www.garion.org/spamcalc/
DISTNAME= sc-0.5
-EXTRACT_SUFX= .tgz
MAINTAINER= logix@foobar.franken.de
COMMENT= Calculates "DNS-spam"-values for hostnames
-USES= perl5
+USES= perl5 tar:tgz
OPTIONS_DEFINE= DOCS
diff --git a/misc/terraform/Makefile b/misc/terraform/Makefile
index 53c1a82e4fe9..158cbfd712cd 100644
--- a/misc/terraform/Makefile
+++ b/misc/terraform/Makefile
@@ -7,7 +7,6 @@ DISTVERSIONPREFIX= src-
PORTREVISION= 2
CATEGORIES= misc gnome
MASTER_SITES= GOOGLE_CODE
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Interactive height field generation and manipulation program
@@ -19,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtrio.a:${PORTSDIR}/devel/trio
WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= pathfix gettext gmake pkgconfig
+USES= pathfix gettext gmake pkgconfig tar:tgz
USE_GCC= yes
USE_GNOME= gnomehier libgnomeprintui libgnomeui
USE_AUTOTOOLS= automake:env
diff --git a/misc/unclutter/Makefile b/misc/unclutter/Makefile
index 501535e0c6b3..836dde32d87e 100644
--- a/misc/unclutter/Makefile
+++ b/misc/unclutter/Makefile
@@ -7,13 +7,12 @@ PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
-EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Remove idle cursor image from screen
WRKSRC= ${WRKDIR}/unclutter
-USES= imake
+USES= imake tar:Z
USE_XORG= x11 xext
PLIST_FILES= bin/unclutter \