From 8a0fc74309c4fad74e3ec30bc4e3e2281708bd47 Mon Sep 17 00:00:00 2001 From: jmelo Date: Mon, 24 Jul 2006 14:00:48 +0000 Subject: - Remove bad sites: * ftp://freebsd.sinica.edu.tw/pub/statue/moefonts-cid/ * ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/ --- chinese/moefonts-cid/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'chinese/moefonts-cid') 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 -- cgit