svn commit: r329381 - head/devel/py-pefile

Antoine Brodin antoine at FreeBSD.org
Fri Oct 4 20:36:58 UTC 2013


Author: antoine
Date: Fri Oct  4 20:36:57 2013
New Revision: 329381
URL: http://svnweb.freebsd.org/changeset/ports/329381

Log:
  Convert to STAGEDIR

Modified:
  head/devel/py-pefile/Makefile

Modified: head/devel/py-pefile/Makefile
==============================================================================
--- head/devel/py-pefile/Makefile	Fri Oct  4 20:36:55 2013	(r329380)
+++ head/devel/py-pefile/Makefile	Fri Oct  4 20:36:57 2013	(r329381)
@@ -16,18 +16,17 @@ USE_PYTHON=	-2.7
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGVERSION=	${DISTVERSION:C,-,_,g}
 
-OPTIONS_DEFINE=	DOCS
-
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 PORTDOCS=	README
 
-NO_STAGE=	yes
+OPTIONS_DEFINE=	DOCS
+
 .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