diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/CJK/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/CJK/Makefile b/chinese/CJK/Makefile index 270313d34a55..d1cb57c21497 100644 --- a/chinese/CJK/Makefile +++ b/chinese/CJK/Makefile @@ -76,7 +76,7 @@ post-patch: pre-su-install: ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL -post-su-install: +post-install: .if !defined(NOPORTDOCS) ${RM} -fr ${DOCSDIR} ${CP} -R ${WRKSRC}/doc ${DOCSDIR} |