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/gb2ps | |
parent | bc64f3a037ed299a8188af82d32b9b45bc2af9e3 (diff) |
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/gb2ps')
-rw-r--r-- | chinese/gb2ps/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/chinese/gb2ps/Makefile b/chinese/gb2ps/Makefile index bff9fb6b9046..97212075a561 100644 --- a/chinese/gb2ps/Makefile +++ b/chinese/gb2ps/Makefile @@ -9,16 +9,16 @@ PORTNAME= gb2ps PORTVERSION= 2.02 CATEGORIES= chinese print -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/ +MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/print/:sw \ + ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/:font \ + ftp://ftp.edu.tw/Chinese/ifcss/software/unix/print/:sw \ + ftp://ftp.edu.tw/Chinese/ifcss/software/fonts/gb/misc/:font \ + ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/print/:sw \ + ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/fonts/gb/misc/:font DISTNAME= gb2ps.2.02 -DISTFILES= ${DISTNAME}.tar.gz \ - csong24.ccf.gz ckai24.ccf.gz cfang24.ccf.gz chei24.ccf.gz \ - cfan24.ccf.gz +DISTFILES= ${DISTNAME}.tar.gz:sw \ + csong24.ccf.gz:font ckai24.ccf.gz:font cfang24.ccf.gz:font \ + chei24.ccf.gz:font cfan24.ccf.gz:font MAINTAINER= ports@FreeBSD.org COMMENT= Converts Chinese GB (simple) encoded text to PostScript |