From 809194bd2d0bb797d886d257b9b8dfd9988d8173 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Tue, 4 Oct 2005 22:31:27 +0000 Subject: 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 --- chinese/gb2ps/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'chinese/gb2ps') 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 -- cgit v1.2.3