aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-03-14 16:48:41 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-03-14 16:48:41 +0800
commit0155af1b0695f0d1d7e1725b79ac098b3c78970d (patch)
tree2d5f1e894d1cbe87ec9c06e96c33df47eea7e12e /misc
parentd9b18ec4017279de8b044a1ec5507ac176cde8ea (diff)
downloadfreebsd-ports-gnome-0155af1b0695f0d1d7e1725b79ac098b3c78970d.tar.gz
freebsd-ports-gnome-0155af1b0695f0d1d7e1725b79ac098b3c78970d.tar.zst
freebsd-ports-gnome-0155af1b0695f0d1d7e1725b79ac098b3c78970d.zip
- Use USES=tar:tgz
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-Text-FIGlet/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/p5-Text-FIGlet/Makefile b/misc/p5-Text-FIGlet/Makefile
index 402bef47c865..725697393947 100644
--- a/misc/p5-Text-FIGlet/Makefile
+++ b/misc/p5-Text-FIGlet/Makefile
@@ -6,7 +6,6 @@ PORTVERSION= 2.19.3
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-EXTRACT_SUFX= .tgz
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl module to provide FIGlet abilities, akin to banner
@@ -19,6 +18,6 @@ TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
USE_PERL5= configure
-USES= perl5
+USES= perl5 tar:tgz
.include <bsd.port.mk>