diff options
author | fenner <fenner@FreeBSD.org> | 2005-10-05 06:31:27 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-10-05 06:31:27 +0800 |
commit | 8bbd43c2276f2d508f3bed44fb5dc303c67c0503 (patch) | |
tree | 1f12657eeef8b2c387623a8a91aca5128b061746 /chinese/CJKUnifonts | |
parent | 27c0202decbc6238a6c06939adb91d4d55eaf081 (diff) | |
download | freebsd-ports-gnome-8bbd43c2276f2d508f3bed44fb5dc303c67c0503.tar.gz freebsd-ports-gnome-8bbd43c2276f2d508f3bed44fb5dc303c67c0503.tar.zst freebsd-ports-gnome-8bbd43c2276f2d508f3bed44fb5dc303c67c0503.zip |
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/CJKUnifonts')
-rw-r--r-- | chinese/CJKUnifonts/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chinese/CJKUnifonts/Makefile b/chinese/CJKUnifonts/Makefile index ec771e804ca8..52a90c49ff30 100644 --- a/chinese/CJKUnifonts/Makefile +++ b/chinese/CJKUnifonts/Makefile @@ -8,10 +8,10 @@ PORTNAME= arnettf PORTVERSION= 0.0.20041031 CATEGORIES= chinese x11-fonts -MASTER_SITES= http://debian.linux.org.tw/pub/3Anoppix/people/arne/uming/ \ - http://debian.linux.org.tw/pub/3Anoppix/people/arne/ukai/ -DISTFILES= ttf-arphic-uming_0.0.20041031-1.tar.gz \ - ttf-arphic-ukai_0.0.20041031-1.tar.gz +MASTER_SITES= http://debian.linux.org.tw/pub/3Anoppix/people/arne/uming/:uming \ + http://debian.linux.org.tw/pub/3Anoppix/people/arne/ukai/:ukai +DISTFILES= ttf-arphic-uming_0.0.20041031-1.tar.gz:uming \ + ttf-arphic-ukai_0.0.20041031-1.tar.gz:ukai MAINTAINER= ports@FreeBSD.org COMMENT= Arne TrueType Font is combine of arphic ming and kai fonts |