aboutsummaryrefslogtreecommitdiff
path: root/chinese/autoconvert/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/autoconvert/Makefile')
-rw-r--r--chinese/autoconvert/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile
index 418bbcbaaa50..9cbbb1cd24cc 100644
--- a/chinese/autoconvert/Makefile
+++ b/chinese/autoconvert/Makefile
@@ -24,7 +24,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PROJECTHOST= libhz
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
@@ -32,8 +31,8 @@ post-patch:
post-install:
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}/
- cd ${WRKSRC}/ && ${INSTALL_DATA} ChangeLog Readme TODO Thanks Version ${DOCSDIR}/
+ ${MKDIR} ${STAGEDIR}/${DOCSDIR}
+ cd ${WRKSRC}/ && ${INSTALL_DATA} ChangeLog Readme TODO Thanks Version ${STAGEDIR}/${DOCSDIR}
.endif
.include <bsd.port.mk>