diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-09 16:03:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-09 16:03:27 +0000 |
commit | 45e8e77ee9704081913e8790fbe93a27182aa1cf (patch) | |
tree | 5376d82f527eebda408623ea80fa748d4e43359a /net | |
parent | fb8e0beedf441e719e3c41800c03102918b3a7aa (diff) | |
download | ports-45e8e77ee9704081913e8790fbe93a27182aa1cf.tar.gz ports-45e8e77ee9704081913e8790fbe93a27182aa1cf.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/pythondirector/Makefile | 5 |
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> |