From a84c115a09e00e14810cb1deb7bf4637a33ad313 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 19:11:51 +0000 Subject: Convert a bunch of EXTRACT_SUFX=... into USES=tar:... Approved by: portmgr (not really, but touches unstaged ports) --- mail/amavis-logwatch/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mail/amavis-logwatch') diff --git a/mail/amavis-logwatch/Makefile b/mail/amavis-logwatch/Makefile index e123eeb4f840..bcf3be927ef1 100644 --- a/mail/amavis-logwatch/Makefile +++ b/mail/amavis-logwatch/Makefile @@ -5,7 +5,6 @@ PORTNAME= amavis-logwatch PORTVERSION= 1.51.02 CATEGORIES= mail MASTER_SITES= SF/logreporters/${PORTNAME}/release/${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Amavisd-new log parser @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTDOCS= Bugs Changes README PORTEXAMPLES= ${PORTNAME}.conf -USES= perl5 shebangfix +USES= perl5 shebangfix tar:tgz USE_PERL5= run NO_BUILD= yes SHEBANG_FILES= amavis-logwatch -- cgit