svn commit: r341211 - in head/www: xpi-live_pagerank xpi-locale-switcher xpi-menueditor xpi-mldonkey xpi-modify_headers

Martin Wilke miwi at FreeBSD.org
Sun Jan 26 15:11:57 UTC 2014


Author: miwi
Date: Sun Jan 26 15:11:55 2014
New Revision: 341211
URL: http://svnweb.freebsd.org/changeset/ports/341211
QAT: https://qat.redports.org/buildarchive/r341211/

Log:
  - Stage support

Modified:
  head/www/xpi-live_pagerank/Makefile
  head/www/xpi-locale-switcher/Makefile
  head/www/xpi-menueditor/Makefile
  head/www/xpi-mldonkey/Makefile
  head/www/xpi-modify_headers/Makefile

Modified: head/www/xpi-live_pagerank/Makefile
==============================================================================
--- head/www/xpi-live_pagerank/Makefile	Sun Jan 26 15:11:22 2014	(r341210)
+++ head/www/xpi-live_pagerank/Makefile	Sun Jan 26 15:11:55 2014	(r341211)
@@ -15,6 +15,5 @@ XPI_FILES=	chrome.manifest chrome/livepr
 		install.rdf
 XPI_DIRS=	chrome
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-locale-switcher/Makefile
==============================================================================
--- head/www/xpi-locale-switcher/Makefile	Sun Jan 26 15:11:22 2014	(r341210)
+++ head/www/xpi-locale-switcher/Makefile	Sun Jan 26 15:11:55 2014	(r341211)
@@ -16,6 +16,5 @@ XPI_FILES=	chrome/content/switch-tbird.x
 		chrome/content/switch.xul chrome.manifest install.rdf
 XPI_DIRS=	chrome/content chrome
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-menueditor/Makefile
==============================================================================
--- head/www/xpi-menueditor/Makefile	Sun Jan 26 15:11:22 2014	(r341210)
+++ head/www/xpi-menueditor/Makefile	Sun Jan 26 15:11:55 2014	(r341211)
@@ -13,6 +13,5 @@ XPI_DISTNAME=	menu_editor
 XPI_ID=		{EDA7B1D7-F793-4e03-B074-E6F303317FB0}
 XPI_NUM=	710
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-mldonkey/Makefile
==============================================================================
--- head/www/xpi-mldonkey/Makefile	Sun Jan 26 15:11:22 2014	(r341210)
+++ head/www/xpi-mldonkey/Makefile	Sun Jan 26 15:11:55 2014	(r341211)
@@ -15,6 +15,5 @@ XPI_FILES=	chrome/mldonkey.jar component
 		install.rdf chrome.manifest
 XPI_DIRS=	chrome components defaults/preferences defaults
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-modify_headers/Makefile
==============================================================================
--- head/www/xpi-modify_headers/Makefile	Sun Jan 26 15:11:22 2014	(r341210)
+++ head/www/xpi-modify_headers/Makefile	Sun Jan 26 15:11:55 2014	(r341211)
@@ -66,7 +66,6 @@ XPI_DIRS=	chrome/content/bindings \
 		defaults/preferences \
 		defaults
 
-NO_STAGE=	yes
 post-patch:
 		@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;
 


More information about the svn-ports-all mailing list