diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 00:45:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 00:45:37 +0800 |
commit | 52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb (patch) | |
tree | 3504a0effa84d51ccaecf06127a496b66c8582ee /polish | |
parent | 687c839315eefb81d0ff35d859879941ba84eab3 (diff) | |
download | freebsd-ports-gnome-52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb.tar.gz freebsd-ports-gnome-52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb.tar.zst freebsd-ports-gnome-52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb.zip |
Convert p* to USES=zip
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 |