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/gbscript | |
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/gbscript')
-rw-r--r-- | chinese/gbscript/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chinese/gbscript/Makefile b/chinese/gbscript/Makefile index 43736b4..a6399c6 100644 --- a/chinese/gbscript/Makefile +++ b/chinese/gbscript/Makefile @@ -9,13 +9,13 @@ PORTNAME= gbscript PORTVERSION= 1.11 CATEGORIES= chinese -MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/print/ \ - ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/ \ - ftp://ftp.edu.tw/Chinese/ifcss/software/unix/print/ \ - ftp://ftp.edu.tw/Chinese/ifcss/software/fonts/gb/misc/ \ - ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/print/ \ - ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/fonts/gb/misc/ -DISTFILES= gbscript-1.11.tar.gz cclib.24 +MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/print/:file \ + ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/:font \ + ftp://ftp.edu.tw/Chinese/ifcss/software/unix/print/:file \ + ftp://ftp.edu.tw/Chinese/ifcss/software/fonts/gb/misc/:font \ + ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/print/:file \ + ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/fonts/gb/misc/:font +DISTFILES= gbscript-1.11.tar.gz:file cclib.24:font MAINTAINER= ports@FreeBSD.org COMMENT= Converts GB simplified Chinese text to PostScript |