diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-18 01:42:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-18 01:42:34 +0800 |
commit | 826d5fd034cd872d63063f0f4b1e613600d4ae79 (patch) | |
tree | e1d456bcfe8ec749a59940fed1d4cf9170f99c83 /vietnamese/hunspell/Makefile | |
parent | 2160001ab700e7b53f64ccc3b5171697c74acf11 (diff) | |
download | freebsd-ports-gnome-826d5fd034cd872d63063f0f4b1e613600d4ae79.tar.gz freebsd-ports-gnome-826d5fd034cd872d63063f0f4b1e613600d4ae79.tar.zst freebsd-ports-gnome-826d5fd034cd872d63063f0f4b1e613600d4ae79.zip |
- Change MASTER_SITES to my LOCAL to avoid implicit change of non-versioned
dist files
Diffstat (limited to 'vietnamese/hunspell/Makefile')
-rw-r--r-- | vietnamese/hunspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vietnamese/hunspell/Makefile b/vietnamese/hunspell/Makefile index 9c03a313fc1b..3c96c94d78e4 100644 --- a/vietnamese/hunspell/Makefile +++ b/vietnamese/hunspell/Makefile @@ -9,8 +9,8 @@ PORTNAME= hunspell PORTVERSION= 20080604 PORTREVISION= 1 CATEGORIES= vietnamese textproc -MASTER_SITES= GOOGLE_CODE -DISTNAME= vi_VN +MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ +DISTNAME= vi_VN-${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= Vietnamese hunspell dictionaries |