diff options
Diffstat (limited to 'french/hunspell/Makefile')
-rw-r--r-- | french/hunspell/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/french/hunspell/Makefile b/french/hunspell/Makefile index 6c5742d0250f..ed5134d2e842 100644 --- a/french/hunspell/Makefile +++ b/french/hunspell/Makefile @@ -1,16 +1,17 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 4.6 +PORTVERSION= 4.12 CATEGORIES= french textproc -MASTER_SITES= http://www.dicollecte.org/download/fr/ -DISTNAME= hunspell-fr-moderne-v${PORTVERSION} +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 -EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes |