diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /ukrainian | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) | |
download | ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.tar.gz ports-a84c115a09e00e14810cb1deb7bf4637a33ad313.zip |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes:
svn path=/head/; revision=363374
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/hunspell/Makefile | 3 | ||||
-rw-r--r-- | ukrainian/mythes/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
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 \ |