diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-17 17:42:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-08-17 17:42:34 +0000 |
commit | f04b26ad2910ced3d34a2a78b95c5e8dc0a6a6e2 (patch) | |
tree | 3e06e2ceac5b115dd97511a3c7a8c8474f42df5d /textproc/en-hunspell/Makefile | |
parent | e6a4dd97423cda233b378af792f7cd2d927f9151 (diff) | |
download | ports-f04b26ad2910ced3d34a2a78b95c5e8dc0a6a6e2.tar.gz ports-f04b26ad2910ced3d34a2a78b95c5e8dc0a6a6e2.zip |
- Change MASTER_SITES to my LOCAL to avoid implicit change of non-versioned
dist files
Notes
Notes:
svn path=/head/; revision=279920
Diffstat (limited to 'textproc/en-hunspell/Makefile')
-rw-r--r-- | textproc/en-hunspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/en-hunspell/Makefile b/textproc/en-hunspell/Makefile index 6c6f29d7045b..e92dc199870a 100644 --- a/textproc/en-hunspell/Makefile +++ b/textproc/en-hunspell/Makefile @@ -11,11 +11,11 @@ PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/wordlist/Hunspell%20en_US/${PORTVERSION}-0/ \ SF/wordlist/Hunspell%20en_CA/${PORTVERSION}-0/:CA \ - http://en-gb.pyxidium.co.uk/dictionary/:GB + LOCAL/sunpoet/${PORTNAME}/:GB PKGNAMEPREFIX= en- DISTFILES= hunspell-en_US-${PORTVERSION}-0${EXTRACT_SUFX} \ hunspell-en_CA-${PORTVERSION}-0${EXTRACT_SUFX}:CA \ - en_GB.zip:GB + en_GB-1.20.zip:GB MAINTAINER= office@FreeBSD.org COMMENT= English hunspell dictionaries |