diff options
author | mat <mat@FreeBSD.org> | 2016-11-03 21:29:58 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-11-03 21:29:58 +0800 |
commit | e8fcf05b7d1b160c9afc22f99c39aa7936cd22bf (patch) | |
tree | 2602a9d6930e84263bcc5e882e24e7e94eecf625 | |
parent | b3ace567e26ffd3c77b7d832d36d5f22180d18fb (diff) | |
download | freebsd-ports-gnome-e8fcf05b7d1b160c9afc22f99c39aa7936cd22bf.tar.gz freebsd-ports-gnome-e8fcf05b7d1b160c9afc22f99c39aa7936cd22bf.tar.zst freebsd-ports-gnome-e8fcf05b7d1b160c9afc22f99c39aa7936cd22bf.zip |
Fix github usage.
Sponsored by: Absolight
-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 |