svn commit: r341701 - in head/www: clearsilver-python grr phalcon

Martin Wilke miwi at FreeBSD.org
Wed Jan 29 09:02:30 UTC 2014


Author: miwi
Date: Wed Jan 29 09:02:29 2014
New Revision: 341701
URL: http://svnweb.freebsd.org/changeset/ports/341701
QAT: https://qat.redports.org/buildarchive/r341701/

Log:
  - Stage support

Modified:
  head/www/clearsilver-python/Makefile
  head/www/grr/Makefile
  head/www/phalcon/Makefile

Modified: head/www/clearsilver-python/Makefile
==============================================================================
--- head/www/clearsilver-python/Makefile	Wed Jan 29 08:57:07 2014	(r341700)
+++ head/www/clearsilver-python/Makefile	Wed Jan 29 09:02:29 2014	(r341701)
@@ -5,5 +5,4 @@ WITH_PYTHON=	yes
 
 MASTERDIR=	${.CURDIR}/../clearsilver
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/www/grr/Makefile
==============================================================================
--- head/www/grr/Makefile	Wed Jan 29 08:57:07 2014	(r341700)
+++ head/www/grr/Makefile	Wed Jan 29 09:02:29 2014	(r341701)
@@ -18,5 +18,4 @@ USE_GNUSTEP_LOCAL_LIBS+=	RSSKit:${RSSKIT
 
 RSSKIT_PORT?=	www/rsskit
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/phalcon/Makefile
==============================================================================
--- head/www/phalcon/Makefile	Wed Jan 29 08:57:07 2014	(r341700)
+++ head/www/phalcon/Makefile	Wed Jan 29 09:02:29 2014	(r341701)
@@ -23,7 +23,6 @@ USE_PHPEXT=	yes
 USE_PHPIZE=	yes
 USE_PHP_BUILD=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "amd64"


More information about the svn-ports-all mailing list