diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-10-04 22:31:27 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-10-04 22:31:27 +0000 |
commit | 809194bd2d0bb797d886d257b9b8dfd9988d8173 (patch) | |
tree | 752b2329546278cf2f489962e2a8c35474955115 /chinese/gbscript | |
parent | bc64f3a037ed299a8188af82d32b9b45bc2af9e3 (diff) | |
download | ports-809194bd2d0bb797d886d257b9b8dfd9988d8173.tar.gz ports-809194bd2d0bb797d886d257b9b8dfd9988d8173.zip |
Use grouping to stop trying to fetch the wrong file from the wrong site.
Notes
Notes:
svn path=/head/; revision=144212
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 43736b42bd29..a6399c6029e1 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 |