summaryrefslogtreecommitdiff
path: root/net/pythondirector
diff options
context:
space:
mode:
Diffstat (limited to 'net/pythondirector')
-rw-r--r--net/pythondirector/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/pythondirector/Makefile b/net/pythondirector/Makefile
index 539239aaba44..366fe54352f2 100644
--- a/net/pythondirector/Makefile
+++ b/net/pythondirector/Makefile
@@ -15,11 +15,10 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PORTDOCS= *
-NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>