diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-02-12 21:20:39 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-02-12 21:20:39 +0000 |
commit | b2f065a7aa4b0ee39925036b8f2fe9cab77ca5b0 (patch) | |
tree | 9befb7ea9eef51368dd53e5febc7d062f3d74bb2 /chinese | |
parent | e34c33e550b97ab73f6813bb758840e417fa0264 (diff) | |
download | ports-b2f065a7aa4b0ee39925036b8f2fe9cab77ca5b0.tar.gz ports-b2f065a7aa4b0ee39925036b8f2fe9cab77ca5b0.zip |
- Fix distname to make it fetchable again.
- Update mastersites.
Notes
Notes:
svn path=/head/; revision=185035
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/arphicttf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chinese/arphicttf/Makefile b/chinese/arphicttf/Makefile index 5de3f91e3c7e..96ded0d49fdf 100644 --- a/chinese/arphicttf/Makefile +++ b/chinese/arphicttf/Makefile @@ -9,8 +9,9 @@ PORTNAME= arphicttf PORTVERSION= 2.11 PORTREVISION= 1 CATEGORIES= chinese x11-fonts -MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://ftp.riken.go.jp/pub/FreeBSD/distfiles/ \ + http://ftp.univie.ac.at/systems/FreeBSD/distfiles/ +DISTNAME= zh-${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Four Chinese Big5/GB TrueType fonts made by Arphic Technology |