diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-05-04 05:12:19 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-05-04 05:12:19 +0800 |
commit | 2b7195328a1a99b3bc72ced6d6ed110e23eb4aaa (patch) | |
tree | c3c193722198cee78e396294ecbf458e854bb32a /chinese/moefonts-cid/Makefile | |
parent | c519f025814f94124ed1c06ab59c35b5c85416aa (diff) | |
download | freebsd-ports-gnome-2b7195328a1a99b3bc72ced6d6ed110e23eb4aaa.tar.gz freebsd-ports-gnome-2b7195328a1a99b3bc72ced6d6ed110e23eb4aaa.tar.zst freebsd-ports-gnome-2b7195328a1a99b3bc72ced6d6ed110e23eb4aaa.zip |
o remove distfiles: ac14.tar.Z, use print/adobe-cmaps replace.
o remove file: pkg-req
o bump PORTREVISION
PR: ports/51211
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Diffstat (limited to 'chinese/moefonts-cid/Makefile')
-rw-r--r-- | chinese/moefonts-cid/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/chinese/moefonts-cid/Makefile b/chinese/moefonts-cid/Makefile index db0ebb6ae083..30d1ec509f8a 100644 --- a/chinese/moefonts-cid/Makefile +++ b/chinese/moefonts-cid/Makefile @@ -7,25 +7,22 @@ PORTNAME= moefonts-cid PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 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/ -DISTFILES= MOEKai-Regular MOESung-Regular ac14.tar.Z +DISTFILES= MOEKai-Regular MOESung-Regular +EXTRACT_ONLY= # empty MAINTAINER= keith@FreeBSD.org COMMENT= MOE CIDFonts converted by Adobe -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu \ + ${LOCALBASE}/share/ghostscript/Resource/ai0/CMap/Identity-H:${PORTSDIR}/print/adobe-cmaps NO_BUILD= YES -do-extract: - @${MKDIR} ${WRKDIR} - @(cd ${WRKDIR} && \ - ${TAR} xzf ${DISTDIR}/ac14.tar.Z ) - do-install: @${INSTALL_DATA} ${DISTDIR}/MOEKai-Regular \ ${DISTDIR}/MOESung-Regular \ @@ -34,9 +31,6 @@ do-install: ${FILESDIR}/MOESung-Regular-ETen-B5-H.gsf \ ${FILESDIR}/MOESung-Regular-ETen-B5-V.gsf \ ${PREFIX}/share/ghostscript/fonts - @${MKDIR} ${PREFIX}/share/ghostscript/fonts/CMap - @${INSTALL_DATA} ${WRKDIR}/ac14/CMap/* \ - ${PREFIX}/share/ghostscript/fonts/CMap @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include <bsd.port.mk> |