diff options
Diffstat (limited to 'chinese/phpbb3-tw')
-rw-r--r-- | chinese/phpbb3-tw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/phpbb3-tw/Makefile b/chinese/phpbb3-tw/Makefile index ea22a32f7ea4..43f15f7ca968 100644 --- a/chinese/phpbb3-tw/Makefile +++ b/chinese/phpbb3-tw/Makefile @@ -60,7 +60,7 @@ do-install: @ ${TOUCH} ${STAGEDIR}${PREFIX}/${PHPBBDIR}/config.php.sample @ ${CHMOD} -R 0755 ${STAGEDIR}${PREFIX}/${PHPBBDIR} -post-install: +post-install-DOCS-on: @ ${MKDIR} ${STAGEDIR}${DOCSDIR} @ cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} |