svn commit: r328727 - head/sysutils/py-analyzemft

Antoine Brodin antoine at FreeBSD.org
Sun Sep 29 20:04:01 UTC 2013


Author: antoine
Date: Sun Sep 29 20:04:00 2013
New Revision: 328727
URL: http://svnweb.freebsd.org/changeset/ports/328727

Log:
  Convert to STAGEDIR

Modified:
  head/sysutils/py-analyzemft/Makefile

Modified: head/sysutils/py-analyzemft/Makefile
==============================================================================
--- head/sysutils/py-analyzemft/Makefile	Sun Sep 29 20:03:14 2013	(r328726)
+++ head/sysutils/py-analyzemft/Makefile	Sun Sep 29 20:04:00 2013	(r328727)
@@ -25,13 +25,12 @@ PORTDOCS=	README.txt
 
 OPTIONS_DEFINE=	DOCS
 
-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