svn commit: r341718 - in head/www: ctemplate google-sitemapgen htmlcxx ljdeps

Martin Wilke miwi at FreeBSD.org
Wed Jan 29 11:51:52 UTC 2014


Author: miwi
Date: Wed Jan 29 11:51:50 2014
New Revision: 341718
URL: http://svnweb.freebsd.org/changeset/ports/341718
QAT: https://qat.redports.org/buildarchive/r341718/

Log:
  - Stage support

Modified:
  head/www/ctemplate/Makefile
  head/www/google-sitemapgen/Makefile
  head/www/htmlcxx/Makefile
  head/www/ljdeps/Makefile

Modified: head/www/ctemplate/Makefile
==============================================================================
--- head/www/ctemplate/Makefile	Wed Jan 29 11:50:32 2014	(r341717)
+++ head/www/ctemplate/Makefile	Wed Jan 29 11:51:50 2014	(r341718)
@@ -9,10 +9,9 @@ MASTER_SITES=	SF
 MAINTAINER=	ap at page2rss.com
 COMMENT=	Template system for C
 
-USE_GMAKE=	yes
+USES=	gmake
 GNU_CONFIGURE=	yes
 
 PLIST_FILES+=	bin/h2ap
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/google-sitemapgen/Makefile
==============================================================================
--- head/www/google-sitemapgen/Makefile	Wed Jan 29 11:50:32 2014	(r341717)
+++ head/www/google-sitemapgen/Makefile	Wed Jan 29 11:51:50 2014	(r341718)
@@ -18,5 +18,4 @@ USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
 PYDISTUTILS_PKGNAME=	sitemap_gen
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/htmlcxx/Makefile
==============================================================================
--- head/www/htmlcxx/Makefile	Wed Jan 29 11:50:32 2014	(r341717)
+++ head/www/htmlcxx/Makefile	Wed Jan 29 11:51:50 2014	(r341718)
@@ -23,5 +23,4 @@ MAKE_JOBS_UNSAFE=yes
 
 MAKE_ARGS=	pkgconfigdir="${PREFIX}/libdata/pkgconfig"
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/ljdeps/Makefile
==============================================================================
--- head/www/ljdeps/Makefile	Wed Jan 29 11:50:32 2014	(r341717)
+++ head/www/ljdeps/Makefile	Wed Jan 29 11:51:50 2014	(r341718)
@@ -35,5 +35,4 @@ USES=		perl5
 
 do-install:	# Empty
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list