diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-02 18:06:46 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-02 18:06:46 +0000 |
commit | 5a2a9d3e38d98f452e0996341f59d7ee4cf7bce0 (patch) | |
tree | e82e1a9e5b1fc50f0e28a509a51bbf16fd982487 /chinese/CJK | |
parent | ea606d6c8ae8f60a123db4379a4d8e55f9fb0259 (diff) | |
download | ports-5a2a9d3e38d98f452e0996341f59d7ee4cf7bce0.tar.gz ports-5a2a9d3e38d98f452e0996341f59d7ee4cf7bce0.zip |
Notes
Diffstat (limited to 'chinese/CJK')
-rw-r--r-- | chinese/CJK/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chinese/CJK/Makefile b/chinese/CJK/Makefile index d1b29adb1cde..60044a4f33e0 100644 --- a/chinese/CJK/Makefile +++ b/chinese/CJK/Makefile @@ -14,7 +14,7 @@ DISTNAME= cjk-20001003 MAINTAINER= keith@FreeBSD.org BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \ - ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf \ + ${LOCALBASE}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf \ ttf2pk:${PORTSDIR}/print/freetype:build RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX @@ -33,10 +33,10 @@ post-install: ${RM} -fr ${PREFIX}/share/examples/CJK ${CP} -R ${WRKSRC}/examples ${PREFIX}/share/examples/CJK @${MKDIR} ${ARPHICDIR} # Install Arphic fonts - @${LN} -s ${X11BASE}/lib/X11/fonts/TrueType/bkai00mp.ttf ${ARPHICDIR}/arb5_kai.ttf - @${LN} -s ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf ${ARPHICDIR}/arb5_sung.ttf - @${LN} -s ${X11BASE}/lib/X11/fonts/TrueType/gbsn00lp.ttf ${ARPHICDIR}/argb_sung.ttf - @${LN} -s ${X11BASE}/lib/X11/fonts/TrueType/gkai00mp.ttf ${ARPHICDIR}/argb_kai.ttf + @${LN} -s ${PREFIX}/share/fonts/TrueType/bkai00mp.ttf ${ARPHICDIR}/arb5_kai.ttf + @${LN} -s ${PREFIX}/share/fonts/TrueType/bsmi00lp.ttf ${ARPHICDIR}/arb5_sung.ttf + @${LN} -s ${PREFIX}/share/fonts/TrueType/gbsn00lp.ttf ${ARPHICDIR}/argb_sung.ttf + @${LN} -s ${PREFIX}/share/fonts/TrueType/gkai00mp.ttf ${ARPHICDIR}/argb_kai.ttf @${LN} -s ttf2pk ${PREFIX}/share/texmf/ttf2tfm MAN1= bg5conv.1 cef5conv.1 cefconv.1 cefsconv.1 extconv.1 \ |