diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:59:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 16:59:07 +0000 |
commit | 6d2031b8ad45ff0245c69cb4ac6a46938f2a7a0d (patch) | |
tree | 827d9c9b2051ab96618bc987dd5eef94eed43f7f /french/mythes/Makefile | |
parent | 25cfe08a4fed2169be2adde07d50b7819c658b8d (diff) | |
download | ports-6d2031b8ad45ff0245c69cb4ac6a46938f2a7a0d.tar.gz ports-6d2031b8ad45ff0245c69cb4ac6a46938f2a7a0d.zip |
Convert f* to USES=zip
Notes
Notes:
svn path=/head/; revision=347408
Diffstat (limited to 'french/mythes/Makefile')
-rw-r--r-- | french/mythes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |