diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/CJK/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/CJK/Makefile b/chinese/CJK/Makefile index 6bacdc4a12ee..270313d34a55 100644 --- a/chinese/CJK/Makefile +++ b/chinese/CJK/Makefile @@ -73,10 +73,10 @@ post-patch: @${REINPLACE_CMD} -e 's,c00kai.fd,c00bkai.fd,; s,{kai},{bkai},' ${WRKSRC}/texinput/Bg5/c00bkai.fd @${FIND} -E ${WRKSRC} -regex '.*.(orig|bak)' -delete -pre-install: +pre-su-install: ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL -post-install: +post-su-install: .if !defined(NOPORTDOCS) ${RM} -fr ${DOCSDIR} ${CP} -R ${WRKSRC}/doc ${DOCSDIR} |