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/hunspell/Makefile | 3 +-- ukrainian/mythes/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'ukrainian') diff --git a/ukrainian/hunspell/Makefile b/ukrainian/hunspell/Makefile index 334a09163079..31ace6bf4537 100644 --- a/ukrainian/hunspell/Makefile +++ b/ukrainian/hunspell/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 @@ -16,7 +15,7 @@ LICENSE_COMB= dual ALL_TARGET= myspell USE_PERL5= build -USES= gmake iconv:build shebangfix perl5 +USES= gmake iconv:build shebangfix perl5 tar:tgz SHEBANG_FILES= bin/*.pl PLIST_FILES= %%DATADIR%%/uk_UA.aff \ 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