diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-18 15:10:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-18 15:10:34 +0800 |
commit | c4337968d7a7baf0c5c0af13ed079993913aa8a0 (patch) | |
tree | d029d5881804a28e45bd2ab33ea8811f8c53bb98 /russian/hunspell/Makefile | |
parent | 984cf00bd1e0f07f622fbb69869ca28a268f28ad (diff) | |
download | freebsd-ports-gnome-c4337968d7a7baf0c5c0af13ed079993913aa8a0.tar.gz freebsd-ports-gnome-c4337968d7a7baf0c5c0af13ed079993913aa8a0.tar.zst freebsd-ports-gnome-c4337968d7a7baf0c5c0af13ed079993913aa8a0.zip |
- Update to 20131101
- Add LICENSE
- Move EXTRACT_SUFX upward
- Use single space after WWW:
Diffstat (limited to 'russian/hunspell/Makefile')
-rw-r--r-- | russian/hunspell/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/russian/hunspell/Makefile b/russian/hunspell/Makefile index 556159c61080..e49dc62d47d0 100644 --- a/russian/hunspell/Makefile +++ b/russian/hunspell/Makefile @@ -1,16 +1,18 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20120501 +PORTVERSION= 20131101 CATEGORIES= russian textproc -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://cdn.bitbucket.org/Shaman_Alex/russian-dictionary-hunspell/downloads/ DISTNAME= ru_RU_UTF-8_${PORTVERSION} +EXTRACT_SUFX= .zip DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Russian hunspell dictionaries -EXTRACT_SUFX= .zip +LICENSE= LGPL3 + NO_BUILD= yes NO_WRKSUBDIR= yes PROJECTHOST= hunspell-ru |