svn commit: r341219 - in head/www: xpi-twitterfox xpi-unplug xpi-urllink xpi-user_agent_switcher xpi-vimperator

Martin Wilke miwi at FreeBSD.org
Sun Jan 26 15:14:36 UTC 2014


Author: miwi
Date: Sun Jan 26 15:14:34 2014
New Revision: 341219
URL: http://svnweb.freebsd.org/changeset/ports/341219
QAT: https://qat.redports.org/buildarchive/r341219/

Log:
  - Stage support

Modified:
  head/www/xpi-twitterfox/Makefile
  head/www/xpi-unplug/Makefile
  head/www/xpi-urllink/Makefile
  head/www/xpi-user_agent_switcher/Makefile
  head/www/xpi-vimperator/Makefile

Modified: head/www/xpi-twitterfox/Makefile
==============================================================================
--- head/www/xpi-twitterfox/Makefile	Sun Jan 26 15:14:03 2014	(r341218)
+++ head/www/xpi-twitterfox/Makefile	Sun Jan 26 15:14:34 2014	(r341219)
@@ -20,6 +20,5 @@ XPI_FILES=	LICENSE.rtf chrome/TwitterFox
 		defaults/twitterfox_1.8.sqlite install.rdf
 XPI_DIRS=	chrome components defaults/preferences defaults
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-unplug/Makefile
==============================================================================
--- head/www/xpi-unplug/Makefile	Sun Jan 26 15:14:03 2014	(r341218)
+++ head/www/xpi-unplug/Makefile	Sun Jan 26 15:14:34 2014	(r341219)
@@ -12,7 +12,6 @@ COMMENT=	Converts embedded media to html
 XPI_ID=		unplug at compunach
 XPI_NUM=	2254
 
-NO_STAGE=	yes
 xpi-post-extract:
 	${FIND} ${WRKSRC} -type d -name CVS|${XARGS} ${RM} -rf
 

Modified: head/www/xpi-urllink/Makefile
==============================================================================
--- head/www/xpi-urllink/Makefile	Sun Jan 26 15:14:03 2014	(r341218)
+++ head/www/xpi-urllink/Makefile	Sun Jan 26 15:14:34 2014	(r341219)
@@ -16,6 +16,5 @@ XPI_FILES=	chrome/urllink.jar chrome.man
 		defaults/preferences/urllink.js install.rdf
 XPI_DIRS=	chrome defaults/preferences defaults
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-user_agent_switcher/Makefile
==============================================================================
--- head/www/xpi-user_agent_switcher/Makefile	Sun Jan 26 15:14:03 2014	(r341218)
+++ head/www/xpi-user_agent_switcher/Makefile	Sun Jan 26 15:14:34 2014	(r341219)
@@ -17,6 +17,5 @@ XPI_FILES=	chrome.manifest \
 		license.txt
 XPI_DIRS=	chrome
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-vimperator/Makefile
==============================================================================
--- head/www/xpi-vimperator/Makefile	Sun Jan 26 15:14:03 2014	(r341218)
+++ head/www/xpi-vimperator/Makefile	Sun Jan 26 15:14:34 2014	(r341219)
@@ -15,6 +15,5 @@ LICENSE_FILE=${WRKSRC}/License.txt
 XPI_ID=		vimperator at mozdev.org
 XPI_NUM=	4891
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list