diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:45:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 16:45:37 +0000 |
commit | 1be832a008283f50efa9ffac945b2fa609e46fd6 (patch) | |
tree | 3504a0effa84d51ccaecf06127a496b66c8582ee /polish | |
parent | 44105bbef82d297a098e178b03eb4290daa5d98b (diff) | |
download | ports-1be832a008283f50efa9ffac945b2fa609e46fd6.tar.gz ports-1be832a008283f50efa9ffac945b2fa609e46fd6.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/hunspell/Makefile | 2 | ||||
-rw-r--r-- | polish/hyphen/Makefile | 2 | ||||
-rw-r--r-- | polish/mythes/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/polish/hunspell/Makefile b/polish/hunspell/Makefile index 9c62446eb3fd..24c5ececd1e0 100644 --- a/polish/hunspell/Makefile +++ b/polish/hunspell/Makefile @@ -5,7 +5,6 @@ PORTVERSION= 20140302 CATEGORIES= polish textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME} DISTNAME= sjp-myspell-pl-${PORTVERSION} -EXTRACT_SUFX= .zip DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org @@ -14,6 +13,7 @@ COMMENT= Polish hunspell dictionaries LICENSE= LGPL21 GPLv2 MPL LICENSE_COMB= dual +USES= zip NO_BUILD= yes PLIST_FILES= %%DATADIR%%/pl_PL.aff \ diff --git a/polish/hyphen/Makefile b/polish/hyphen/Makefile index 72b31ab63d22..bca060bea0aa 100644 --- a/polish/hyphen/Makefile +++ b/polish/hyphen/Makefile @@ -13,7 +13,7 @@ COMMENT= Polish hyphenation rules LICENSE= LGPL21 -EXTRACT_SUFX= .zip +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/polish/mythes/Makefile b/polish/mythes/Makefile index 73a942bbfd00..6ca51cb539d3 100644 --- a/polish/mythes/Makefile +++ b/polish/mythes/Makefile @@ -13,7 +13,7 @@ COMMENT= Polish thesaurus LICENSE= LGPL21 -EXTRACT_SUFX= .zip +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes |