summaryrefslogtreecommitdiff
path: root/chinese/CJK/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/CJK/Makefile')
-rw-r--r--chinese/CJK/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/CJK/Makefile b/chinese/CJK/Makefile
index 60044a4f33e0..063a3c5f9730 100644
--- a/chinese/CJK/Makefile
+++ b/chinese/CJK/Makefile
@@ -25,6 +25,9 @@ USE_FREETYPE= yes
WRKSRC= ${WRKDIR}/cjk-current
ARPHICDIR= ${PREFIX}/share/texmf/fonts/truetype/arphic
+MAN1= bg5conv.1 cef5conv.1 cefconv.1 cefsconv.1 extconv.1 \
+ hbf2gf.1 sjisconv.1 ttf2pk.1 ttf2tfm.1
+
post-install:
.if !defined(NOPORTDOCS)
${RM} -fr ${PREFIX}/share/doc/CJK
@@ -39,7 +42,4 @@ post-install:
@${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 \
- hbf2gf.1 sjisconv.1 ttf2pk.1 ttf2tfm.1
-
.include <bsd.port.mk>