diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-08 00:59:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-08 00:59:07 +0800 |
commit | 2fb59e9058f73bfd20c4968def31091487b86179 (patch) | |
tree | 827d9c9b2051ab96618bc987dd5eef94eed43f7f /french | |
parent | ea6bb13d669473493886bce5949f41fc68766fc3 (diff) | |
download | freebsd-ports-gnome-2fb59e9058f73bfd20c4968def31091487b86179.tar.gz freebsd-ports-gnome-2fb59e9058f73bfd20c4968def31091487b86179.tar.zst freebsd-ports-gnome-2fb59e9058f73bfd20c4968def31091487b86179.zip |
Convert f* to USES=zip
Diffstat (limited to 'french')
-rw-r--r-- | french/belote/Makefile | 2 | ||||
-rw-r--r-- | french/hunspell/Makefile | 2 | ||||
-rw-r--r-- | french/hyphen/Makefile | 2 | ||||
-rw-r--r-- | french/mythes/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/french/belote/Makefile b/french/belote/Makefile index e8378b1e7034..5c973f0ac7ed 100644 --- a/french/belote/Makefile +++ b/french/belote/Makefile @@ -11,7 +11,7 @@ DISTNAME= belote MAINTAINER= ports@FreeBSD.org COMMENT= Un jeu de belote coinchée contre l'ordinateur ou en réseau -USE_ZIP= yes +USES= zip:zipinfo USE_JAVA= yes JAVA_VERSION= 1.6+ NO_WRKSUBDIR= yes diff --git a/french/hunspell/Makefile b/french/hunspell/Makefile index c7ee0b73c935..99daa439b6d0 100644 --- a/french/hunspell/Makefile +++ b/french/hunspell/Makefile @@ -6,12 +6,12 @@ CATEGORIES= french textproc MASTER_SITES= http://www.dicollecte.org/download/fr/ \ LOCAL/sunpoet/${PORTNAME} DISTNAME= hunspell-french-dictionaries-v${PORTVERSION} -EXTRACT_SUFX= .zip DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Modern French hunspell dictionaries +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/french/hyphen/Makefile b/french/hyphen/Makefile index 00b53f4f7d61..3f15b00c4abf 100644 --- a/french/hyphen/Makefile +++ b/french/hyphen/Makefile @@ -6,12 +6,12 @@ CATEGORIES= french textproc MASTER_SITES= http://www.dicollecte.org/download/fr/ \ LOCAL/sunpoet/${PORTNAME} DISTNAME= hyph-fr-v${PORTVERSION} -EXTRACT_SUFX= .zip DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= French hyphenation rules +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/french/mythes/Makefile b/french/mythes/Makefile index 0e8e04d0364a..74ef766e15db 100644 --- a/french/mythes/Makefile +++ b/french/mythes/Makefile @@ -6,7 +6,6 @@ CATEGORIES= french textproc MASTER_SITES= http://www.dicollecte.org/download/fr/ \ LOCAL/sunpoet/${PORTNAME} DISTNAME= thesaurus-v${PORTVERSION} -EXTRACT_SUFX= .zip DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org @@ -14,6 +13,7 @@ COMMENT= French thesaurus LICENSE= LGPL21 +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes |