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/hyphen | |
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/hyphen')
-rw-r--r-- | french/hyphen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |