From 45e8e77ee9704081913e8790fbe93a27182aa1cf Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Mon, 9 Jun 2014 16:03:27 +0000 Subject: Stagify. --- net/pythondirector/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net/pythondirector') 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 -- cgit v1.2.3