svn commit: r357178 - head/net/pythondirector
Vanilla I. Shu
vanilla at FreeBSD.org
Mon Jun 9 16:03:28 UTC 2014
Author: vanilla
Date: Mon Jun 9 16:03:27 2014
New Revision: 357178
URL: http://svnweb.freebsd.org/changeset/ports/357178
QAT: https://qat.redports.org/buildarchive/r357178/
Log:
Stagify.
Modified:
head/net/pythondirector/Makefile
Modified: head/net/pythondirector/Makefile
==============================================================================
--- head/net/pythondirector/Makefile Mon Jun 9 15:51:10 2014 (r357177)
+++ head/net/pythondirector/Makefile Mon Jun 9 16:03:27 2014 (r357178)
@@ -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>
More information about the svn-ports-head
mailing list