diff options
-rw-r--r-- | chinese/sunpinyin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/sunpinyin/Makefile b/chinese/sunpinyin/Makefile index 23e8a185949d..6d77f3a39ffa 100644 --- a/chinese/sunpinyin/Makefile +++ b/chinese/sunpinyin/Makefile @@ -5,9 +5,8 @@ PORTNAME= sunpinyin DISTVERSION= 2.0.4rc3 PORTREVISION= 1 CATEGORIES= chinese devel -MASTER_SITES= GH:1 SF/open-gram:2 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:1 \ - lm_sc.3gm.arpa-20140820.tar.bz2:2 dict.utf8-20131214.tar.bz2:2 +MASTER_SITES= SF/open-gram:2 +DISTFILES= lm_sc.3gm.arpa-20140820.tar.bz2:2 dict.utf8-20131214.tar.bz2:2 MAINTAINER= lichray@gmail.com COMMENT= Statistical language model based input method engine |