diff options
author | fenner <fenner@FreeBSD.org> | 2005-10-04 22:31:27 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-10-04 22:31:27 +0000 |
commit | 8bbd43c2276f2d508f3bed44fb5dc303c67c0503 (patch) | |
tree | 1f12657eeef8b2c387623a8a91aca5128b061746 /chinese/c2t | |
parent | 27c0202decbc6238a6c06939adb91d4d55eaf081 (diff) | |
download | FreeBSD-ports-8bbd43c2276f2d508f3bed44fb5dc303c67c0503.zip FreeBSD-ports-8bbd43c2276f2d508f3bed44fb5dc303c67c0503.tar.gz |
Use grouping to stop trying to fetch the wrong file from the wrong site.
Inspired by: http://people.freebsd.org/~fenner/portsurvey/groups/group.html
Diffstat (limited to 'chinese/c2t')
-rw-r--r-- | chinese/c2t/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chinese/c2t/Makefile b/chinese/c2t/Makefile index fb3fe31..bb48996 100644 --- a/chinese/c2t/Makefile +++ b/chinese/c2t/Makefile @@ -9,13 +9,13 @@ PORTNAME= c2t PORTVERSION= 1.0 CATEGORIES= chinese -MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/ \ - ftp://ftp.ifcss.org/pub/software/x-win/cxterm/dict/gb/ \ - ftp://ftp.edu.tw/Chinese/ifcss/software/unix/convert/ \ - ftp://ftp.edu.tw/Chinese/ifcss/software/x-win/cxterm/dict/gb/ \ - ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/ \ - ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/dict/gb/ -DISTFILES= c2t.tar.gz TONEPY.tit +MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/:file \ + ftp://ftp.ifcss.org/pub/software/x-win/cxterm/dict/gb/:dict \ + ftp://ftp.edu.tw/Chinese/ifcss/software/unix/convert/:file \ + ftp://ftp.edu.tw/Chinese/ifcss/software/x-win/cxterm/dict/gb/:dict \ + ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/convert/:file \ + ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/dict/gb/:dict +DISTFILES= c2t.tar.gz:file TONEPY.tit:dict MAINTAINER= ports@FreeBSD.org COMMENT= Translates GB/Big5 encoding to tone pinyin |