diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-06 13:42:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-06 13:42:42 +0000 |
commit | ad47bd6c72866576a4147717812143a369b89699 (patch) | |
tree | 2bfef167726005a9ffbf78d34525a01af3030257 /french/hunspell/Makefile | |
parent | c4a5618712bf828341db10473bc04b9ceaed93b9 (diff) | |
download | ports-ad47bd6c72866576a4147717812143a369b89699.tar.gz ports-ad47bd6c72866576a4147717812143a369b89699.zip |
Notes
Diffstat (limited to 'french/hunspell/Makefile')
-rw-r--r-- | french/hunspell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/french/hunspell/Makefile b/french/hunspell/Makefile index 5204874687b4..f92eb0e34b90 100644 --- a/french/hunspell/Makefile +++ b/french/hunspell/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 5.1 +PORTVERSION= 5.2 CATEGORIES= french textproc MASTER_SITES= http://www.dicollecte.org/download/fr/ \ LOCAL/sunpoet/${PORTNAME} @@ -19,7 +19,6 @@ NO_WRKSUBDIR= yes PLIST_FILES= %%DATADIR%%/fr_FR.aff \ %%DATADIR%%/fr_FR.dic -PLIST_DIRSTRY= %%DATADIR%% FRALIASES= fr_BE fr_CA fr_CH fr_LU .for ALIAS in ${FRALIASES} |