svn commit: r348180 - head/misc/p5-Text-FIGlet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Mar 14 08:48:41 UTC 2014


Author: sunpoet
Date: Fri Mar 14 08:48:41 2014
New Revision: 348180
URL: http://svnweb.freebsd.org/changeset/ports/348180
QAT: https://qat.redports.org/buildarchive/r348180/

Log:
  - Use USES=tar:tgz

Modified:
  head/misc/p5-Text-FIGlet/Makefile

Modified: head/misc/p5-Text-FIGlet/Makefile
==============================================================================
--- head/misc/p5-Text-FIGlet/Makefile	Fri Mar 14 08:48:37 2014	(r348179)
+++ head/misc/p5-Text-FIGlet/Makefile	Fri Mar 14 08:48:41 2014	(r348180)
@@ -6,7 +6,6 @@ PORTVERSION=	2.19.3
 CATEGORIES=	misc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Perl module to provide FIGlet abilities, akin to banner
@@ -19,6 +18,6 @@ TEST_DEPENDS=	p5-Test-Differences>=0:${P
 		p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
 
 USE_PERL5=	configure
-USES=		perl5
+USES=		perl5 tar:tgz
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list