diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 00:50:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 00:50:46 +0800 |
commit | c82bd3cfc47a6cbf5bf83809b3019ee572a88c19 (patch) | |
tree | 17df2487c1637674d0cf19618ecaae9b3a29caa3 /russian | |
parent | 52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb (diff) | |
download | freebsd-ports-gnome-c82bd3cfc47a6cbf5bf83809b3019ee572a88c19.tar.gz freebsd-ports-gnome-c82bd3cfc47a6cbf5bf83809b3019ee572a88c19.tar.zst freebsd-ports-gnome-c82bd3cfc47a6cbf5bf83809b3019ee572a88c19.zip |
Convert r* to USES=zip
Diffstat (limited to 'russian')
-rw-r--r-- | russian/hunspell/Makefile | 2 | ||||
-rw-r--r-- | russian/hyphen/Makefile | 2 | ||||
-rw-r--r-- | russian/mythes/Makefile | 2 | ||||
-rw-r--r-- | russian/xcode/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/russian/hunspell/Makefile b/russian/hunspell/Makefile index e49dc62d47d0..c45e3eb7dc0a 100644 --- a/russian/hunspell/Makefile +++ b/russian/hunspell/Makefile @@ -5,7 +5,6 @@ PORTVERSION= 20131101 CATEGORIES= russian textproc MASTER_SITES= http://cdn.bitbucket.org/Shaman_Alex/russian-dictionary-hunspell/downloads/ DISTNAME= ru_RU_UTF-8_${PORTVERSION} -EXTRACT_SUFX= .zip DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org @@ -13,6 +12,7 @@ COMMENT= Russian hunspell dictionaries LICENSE= LGPL3 +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes PROJECTHOST= hunspell-ru diff --git a/russian/hyphen/Makefile b/russian/hyphen/Makefile index f26581b65ec2..a77d4f747050 100644 --- a/russian/hyphen/Makefile +++ b/russian/hyphen/Makefile @@ -13,7 +13,7 @@ COMMENT= Russian hyphenation rules LICENSE= LGPL21 -EXTRACT_SUFX= .zip +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/russian/mythes/Makefile b/russian/mythes/Makefile index 865091346f58..87636eaaf6d8 100644 --- a/russian/mythes/Makefile +++ b/russian/mythes/Makefile @@ -13,7 +13,7 @@ COMMENT= Russian thesaurus LICENSE= LGPL21 -EXTRACT_SUFX= .zip +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/russian/xcode/Makefile b/russian/xcode/Makefile index eea1512ce253..2945d5683dbe 100644 --- a/russian/xcode/Makefile +++ b/russian/xcode/Makefile @@ -11,8 +11,8 @@ DISTNAME= xcodesrc MAINTAINER= pankov_p@mail.ru COMMENT= A program for converting Russian encodings with care to letter YO +USES= zip PLIST_FILES= bin/xcode -USE_ZIP= yes NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= xcode |