svn commit: r328726 - head/devel/py-olefileio_pl

Antoine Brodin antoine at FreeBSD.org
Sun Sep 29 20:03:14 UTC 2013


Author: antoine
Date: Sun Sep 29 20:03:14 2013
New Revision: 328726
URL: http://svnweb.freebsd.org/changeset/ports/328726

Log:
  Convert to STAGEDIR

Modified:
  head/devel/py-olefileio_pl/Makefile

Modified: head/devel/py-olefileio_pl/Makefile
==============================================================================
--- head/devel/py-olefileio_pl/Makefile	Sun Sep 29 18:50:22 2013	(r328725)
+++ head/devel/py-olefileio_pl/Makefile	Sun Sep 29 20:03:14 2013	(r328726)
@@ -24,13 +24,12 @@ OPTIONS_DEFINE=	DOCS
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 PORTDOCS=	README.txt
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list