diff options
Diffstat (limited to 'textproc/ro-hunspell/Makefile')
-rw-r--r-- | textproc/ro-hunspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ro-hunspell/Makefile b/textproc/ro-hunspell/Makefile index 450818f0dd14..5942c14234ff 100644 --- a/textproc/ro-hunspell/Makefile +++ b/textproc/ro-hunspell/Makefile @@ -1,11 +1,12 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 3.3.8 +PORTVERSION= 3.3.10 CATEGORIES= textproc MASTER_SITES= SF/rospell/Romanian%20dictionaries/dict-${PORTVERSION}/ PKGNAMEPREFIX= ro- DISTNAME= ro_RO.${PORTVERSION} +EXTRACT_SUFX= .zip DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org @@ -14,7 +15,6 @@ COMMENT= Romanian hunspell dictionaries LICENSE= LGPL21 GPLv2 MPL LICENSE_COMB= dual -EXTRACT_SUFX= .zip NO_BUILD= yes NO_WRKSUBDIR= yes |