diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 16:48:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 16:48:41 +0800 |
commit | 0155af1b0695f0d1d7e1725b79ac098b3c78970d (patch) | |
tree | 2d5f1e894d1cbe87ec9c06e96c33df47eea7e12e /misc | |
parent | d9b18ec4017279de8b044a1ec5507ac176cde8ea (diff) | |
download | freebsd-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/Makefile | 3 |
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> |