diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:50:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:50:46 +0000 |
commit | e5f65cb3ea0a2729cc073771cd1ef8fb28d9e64a (patch) | |
tree | 17df2487c1637674d0cf19618ecaae9b3a29caa3 | |
parent | 1be832a008283f50efa9ffac945b2fa609e46fd6 (diff) | |
download | ports-e5f65cb3ea0a2729cc073771cd1ef8fb28d9e64a.tar.gz ports-e5f65cb3ea0a2729cc073771cd1ef8fb28d9e64a.zip |
Notes
-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 |