svn commit: r344775 - head/www/uwsgitop

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 15:08:26 UTC 2014


Author: miwi
Date: Mon Feb 17 15:08:25 2014
New Revision: 344775
URL: http://svnweb.freebsd.org/changeset/ports/344775
QAT: https://qat.redports.org/buildarchive/r344775/

Log:
  - Stage support

Modified:
  head/www/uwsgitop/Makefile

Modified: head/www/uwsgitop/Makefile
==============================================================================
--- head/www/uwsgitop/Makefile	Mon Feb 17 15:08:06 2014	(r344774)
+++ head/www/uwsgitop/Makefile	Mon Feb 17 15:08:25 2014	(r344775)
@@ -14,9 +14,8 @@ COMMENT=	uWSGI top-like app
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 
-NO_STAGE=	yes
 post-install:
-		${MKDIR} ${DOCSDIR}
-		${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+		${MKDIR} ${STAGEDIR}${DOCSDIR}
+		${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list