diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-07-24 14:00:48 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-07-24 14:00:48 +0000 |
commit | 3c4abd0c356d23e64f91a88cd79f321d87ed9915 (patch) | |
tree | 0467c912110174d94262b2e8f68b3e71a10340b8 /chinese/moefonts-cid | |
parent | e49940ba04d28b4de8e41f555431882618ebf1be (diff) | |
download | ports-3c4abd0c356d23e64f91a88cd79f321d87ed9915.tar.gz ports-3c4abd0c356d23e64f91a88cd79f321d87ed9915.zip |
Notes
Diffstat (limited to 'chinese/moefonts-cid')
-rw-r--r-- | chinese/moefonts-cid/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chinese/moefonts-cid/Makefile b/chinese/moefonts-cid/Makefile index 27316bfa2413..a1745363c6de 100644 --- a/chinese/moefonts-cid/Makefile +++ b/chinese/moefonts-cid/Makefile @@ -9,9 +9,7 @@ PORTNAME= moefonts-cid PORTVERSION= 1.0 PORTREVISION= 3 CATEGORIES= chinese print -MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/moefonts-cid/ \ - ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/ \ - ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/samples/ +MASTER_SITES= ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/samples/ DISTFILES= MOEKai-Regular MOESung-Regular EXTRACT_ONLY= # empty @@ -26,7 +24,7 @@ SUB_FILES= pkg-install pkg-deinstall PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -ADOBECMAPDIR= ${LOCALBASE}/share/fonts/adobe-cmaps +ADOBECMAPDIR= ${LOCALBASE}/share/fonts/adobe-cmaps pre-fetch: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes |