aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/qjson/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/qjson/Makefile b/devel/qjson/Makefile
index a222c89c4039..c78755604b94 100644
--- a/devel/qjson/Makefile
+++ b/devel/qjson/Makefile
@@ -17,8 +17,6 @@ USE_LDCONFIG= yes
PORTDOCS= *
-NO_STAGE= yes
-
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
@@ -37,9 +35,7 @@ post-build:
.endif
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${DOCSDIR}
-.endif
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>