diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-07-24 21:54:40 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-07-24 21:54:40 +0800 |
commit | 586a23ca9496f0729ab124b95d28a28d360798e2 (patch) | |
tree | d809e25f450bcdeeefcb64d5f3959010e09873c5 | |
parent | 0ae8d8076847a148a8160a7087addbb5c6e36f8d (diff) | |
download | freebsd-ports-gnome-586a23ca9496f0729ab124b95d28a28d360798e2.tar.gz freebsd-ports-gnome-586a23ca9496f0729ab124b95d28a28d360798e2.tar.zst freebsd-ports-gnome-586a23ca9496f0729ab124b95d28a28d360798e2.zip |
- Remove bad sites:
* ftp://freebsd.sinica.edu.tw/pub/distfiles/
* ftp://wm28.csie.ncu.edu.tw/pub/distfiles/
- Add gentoo as mastersite.
-rw-r--r-- | chinese/kcfonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/kcfonts/Makefile b/chinese/kcfonts/Makefile index e7616351369d..98a1066cdc11 100644 --- a/chinese/kcfonts/Makefile +++ b/chinese/kcfonts/Makefile @@ -8,8 +8,8 @@ PORTNAME= kcfonts PORTVERSION= 1.05 CATEGORIES= chinese x11-fonts -MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/distfiles/ \ - ftp://wm28.csie.ncu.edu.tw/pub/distfiles/ +MASTER_SITES= ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org COMMENT= Kuo Chauo Chinese Fonts collection |