diff options
-rw-r--r-- | chinese/CJK/Makefile | 2 | ||||
-rw-r--r-- | print/latex-cjk/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chinese/CJK/Makefile b/chinese/CJK/Makefile index 270313d..d1cb57c 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} diff --git a/print/latex-cjk/Makefile b/print/latex-cjk/Makefile index 270313d..d1cb57c 100644 --- a/print/latex-cjk/Makefile +++ b/print/latex-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} |