diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-26 15:10:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-26 15:10:59 +0000 |
commit | e0b0e71291b707e03c4e421c66aec1c1a3c6a95c (patch) | |
tree | 5f9071d20c4cbc474c65c36b5748fe7dffdc87e1 /www | |
parent | a4707e14860831c98d3061b0e18e7f545934e47f (diff) | |
download | ports-e0b0e71291b707e03c4e421c66aec1c1a3c6a95c.tar.gz ports-e0b0e71291b707e03c4e421c66aec1c1a3c6a95c.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-infolister/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-informenter/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-inline-google-definitions/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-it_s_all_text/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-jslib/Makefile | 5 |
5 files changed, 3 insertions, 6 deletions
diff --git a/www/xpi-infolister/Makefile b/www/xpi-infolister/Makefile index ee8b8227b721..68c13509e975 100644 --- a/www/xpi-infolister/Makefile +++ b/www/xpi-infolister/Makefile @@ -17,6 +17,5 @@ XPI_FILES= chrome/infolister.jar chrome.manifest \ license.txt XPI_DIRS= chrome components defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-informenter/Makefile b/www/xpi-informenter/Makefile index f54f7a7fc815..d90c8c24c3fb 100644 --- a/www/xpi-informenter/Makefile +++ b/www/xpi-informenter/Makefile @@ -14,6 +14,5 @@ XPI_NUM= 673 XPI_FILES= chrome/informenter.jar defaults/preferences/informenter.js install.rdf chrome.manifest XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-inline-google-definitions/Makefile b/www/xpi-inline-google-definitions/Makefile index 37642b4c56b7..e960c9a54f04 100644 --- a/www/xpi-inline-google-definitions/Makefile +++ b/www/xpi-inline-google-definitions/Makefile @@ -13,6 +13,5 @@ XPI_DISTNAME= inline_google_definitions XPI_NUM= 2083 XPI_ID= {70171e70-9057-11da-9562-00e08161165f} -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-it_s_all_text/Makefile b/www/xpi-it_s_all_text/Makefile index 0feddfceced3..ed2c5b67027f 100644 --- a/www/xpi-it_s_all_text/Makefile +++ b/www/xpi-it_s_all_text/Makefile @@ -18,6 +18,5 @@ XPI_FILES= chrome.manifest \ XPI_DIRS= chrome \ defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-jslib/Makefile b/www/xpi-jslib/Makefile index f071e1ab6196..667ef88d6431 100644 --- a/www/xpi-jslib/Makefile +++ b/www/xpi-jslib/Makefile @@ -13,10 +13,11 @@ COMMENT= Library of common useful routines for XPI developers LICENSE= MPL XPI_ID= {DF8E5247-8E0A-4de6-B393-0735A39DFD80} -XPI_FILES= application.ini chrome/jslib.jar chrome/jsliblive/contents.rdf chrome/jsliblive/jsliblive.xul chrome.manifest components/jslib-dom.js components/jslib-service.js components/jslib.xpt defaults/preferences/prefs.js install.js install.rdf +XPI_FILES= application.ini chrome/jslib.jar chrome/jsliblive/contents.rdf chrome/jsliblive/jsliblive.xul chrome.manifest \ + components/jslib-dom.js components/jslib-service.js components/jslib.xpt defaults/preferences/prefs.js \ + install.js install.rdf XPI_DIRS= chrome/jsliblive chrome components defaults/preferences defaults -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -Ee '/Suite/,/Flock/s/>2[.]0[.][*]</>2.4.*</' ${WRKSRC}/install.rdf ${RM} -f ${WRKSRC}/install.rdf.bak |