From 5d4f6dbf6920e86fef1c7e3a8e60608b5d4f4764 Mon Sep 17 00:00:00 2001 From: adamw 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) --- ukrainian/mythes/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ukrainian/mythes') diff --git a/ukrainian/mythes/Makefile b/ukrainian/mythes/Makefile index 0aac65808d28..1bd0b34302c3 100644 --- a/ukrainian/mythes/Makefile +++ b/ukrainian/mythes/Makefile @@ -5,7 +5,6 @@ PORTVERSION= 1.7.1 CATEGORIES= ukrainian textproc MASTER_SITES= SF/ispell-uk/spell-uk/${PORTVERSION} DISTNAME= spell-uk-${PORTVERSION} -EXTRACT_SUFX= .tgz DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org @@ -14,7 +13,7 @@ COMMENT= Ukrainian thesaurus LICENSE= LGPL21 GPLv2 LICENSE_COMB= dual -USES= perl5 +USES= perl5 tar:tgz USE_PERL5= build PLIST_FILES= %%DATADIR%%/th_uk_UA.dat \ -- cgit