svn commit: r341213 - in head/www: xpi-pdf_download xpi-pencil xpi-pentadactyl xpi-permatabs xpi-prism

Martin Wilke miwi at FreeBSD.org
Sun Jan 26 15:12:43 UTC 2014


Author: miwi
Date: Sun Jan 26 15:12:42 2014
New Revision: 341213
URL: http://svnweb.freebsd.org/changeset/ports/341213
QAT: https://qat.redports.org/buildarchive/r341213/

Log:
  - Stage support

Modified:
  head/www/xpi-pdf_download/Makefile
  head/www/xpi-pencil/Makefile
  head/www/xpi-pentadactyl/Makefile
  head/www/xpi-permatabs/Makefile
  head/www/xpi-prism/Makefile

Modified: head/www/xpi-pdf_download/Makefile
==============================================================================
--- head/www/xpi-pdf_download/Makefile	Sun Jan 26 15:12:21 2014	(r341212)
+++ head/www/xpi-pdf_download/Makefile	Sun Jan 26 15:12:42 2014	(r341213)
@@ -15,6 +15,5 @@ XPI_FILES=	chrome/pdfdownload.jar chrome
 		defaults/preferences/prefs.js
 XPI_DIRS=	chrome defaults/preferences defaults
 
-NO_STAGE=	yes
 .include "../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-pencil/Makefile
==============================================================================
--- head/www/xpi-pencil/Makefile	Sun Jan 26 15:12:21 2014	(r341212)
+++ head/www/xpi-pencil/Makefile	Sun Jan 26 15:12:42 2014	(r341213)
@@ -14,6 +14,5 @@ COMMENT=	Firefox addon to do GUI prototy
 XPI_DISTNAME=	Pencil
 XPI_ID=		pencil at evolus.vn
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-pentadactyl/Makefile
==============================================================================
--- head/www/xpi-pentadactyl/Makefile	Sun Jan 26 15:12:21 2014	(r341212)
+++ head/www/xpi-pentadactyl/Makefile	Sun Jan 26 15:12:42 2014	(r341213)
@@ -13,6 +13,5 @@ COMMENT=	Firefox for Vim and Links addic
 XPI_NUM=	235854
 XPI_ID=		pentadactyl at dactyl.googlecode.com
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-permatabs/Makefile
==============================================================================
--- head/www/xpi-permatabs/Makefile	Sun Jan 26 15:12:21 2014	(r341212)
+++ head/www/xpi-permatabs/Makefile	Sun Jan 26 15:12:42 2014	(r341213)
@@ -12,6 +12,5 @@ COMMENT=	Turn tabs of your choice into p
 XPI_ID=		{20291fcc-1471-46c8-8213-0911f5ce6d65}
 XPI_NUM=	2558
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>

Modified: head/www/xpi-prism/Makefile
==============================================================================
--- head/www/xpi-prism/Makefile	Sun Jan 26 15:12:21 2014	(r341212)
+++ head/www/xpi-prism/Makefile	Sun Jan 26 15:12:42 2014	(r341213)
@@ -11,6 +11,5 @@ COMMENT=	Create Prism applications direc
 
 XPI_ID=	refractor at developer.mozilla.org
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list