diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-20 06:18:21 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-20 06:18:21 +0000 |
commit | 6e0f721c54fbeb9aa4d482176c3f070ecb048fe6 (patch) | |
tree | 82ad0fd97340f571580fb93566eef2b1075b66cd /chinese/CJKUnifonts/Makefile | |
parent | b585ff6be91d91a6ef4847cb612e102a3529d7bd (diff) |
Notes
Diffstat (limited to 'chinese/CJKUnifonts/Makefile')
-rw-r--r-- | chinese/CJKUnifonts/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chinese/CJKUnifonts/Makefile b/chinese/CJKUnifonts/Makefile index 0d12d09455b7..314d43e9a6d6 100644 --- a/chinese/CJKUnifonts/Makefile +++ b/chinese/CJKUnifonts/Makefile @@ -6,9 +6,11 @@ # PORTNAME= CJKUnifonts -PORTVERSION= 0.1.20060513 +PORTVERSION= 0.1.20060903 CATEGORIES= chinese x11-fonts -MASTER_SITES= http://ftp.debian.org/debian/pool/main/t/ttf-arphic-uming/:uming \ +MASTER_SITES= ftp://yilan.twbbs.org/distfiles/:uming \ + http://ftp.debian.org/debian/pool/main/t/ttf-arphic-uming/:uming \ + ftp://yilan.twbbs.org/distfiles/:ukai \ http://ftp.debian.org/debian/pool/main/t/ttf-arphic-ukai/:ukai PKGNAMEPREFIX= zh- DISTFILES= ttf-arphic-uming_${PORTVERSION}.orig.tar.gz:uming \ @@ -17,6 +19,7 @@ DISTFILES= ttf-arphic-uming_${PORTVERSION}.orig.tar.gz:uming \ MAINTAINER= chinsan.tw@gmail.com COMMENT= CJKUnifonts TrueType Font is a combine of Arphic Ming and Kai fonts +DIST_SUBDIR= ${PORTNAME} NO_WRKSUBDIR= yes NO_BUILD= yes |