diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-26 15:13:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-26 15:13:43 +0000 |
commit | 4da10ad2ed740930437c6fa0199cc38e0d919031 (patch) | |
tree | a2d949b00e70bf79f563f88c26069cf1fe965788 /www | |
parent | dd2de03f3d92d52de3b80338ca216b984c902892 (diff) | |
download | ports-4da10ad2ed740930437c6fa0199cc38e0d919031.tar.gz ports-4da10ad2ed740930437c6fa0199cc38e0d919031.zip |
- Stage support
Notes
Notes:
svn path=/head/; revision=341217
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-speed-dial/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-splash/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-stumbleupon/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-stylish/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-table2clipboard/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/www/xpi-speed-dial/Makefile b/www/xpi-speed-dial/Makefile index 703f5b72a5e6..560a67eef3d1 100644 --- a/www/xpi-speed-dial/Makefile +++ b/www/xpi-speed-dial/Makefile @@ -15,7 +15,6 @@ XPI_DISTNAME= speed_dial XPI_ID= {64161300-e22b-11db-8314-0800200c9a66} XPI_NUM= 4810 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i "" -e '/loadInNewTab/s|false|true|' \ ${WRKSRC}/defaults/preferences/speeddial.js diff --git a/www/xpi-splash/Makefile b/www/xpi-splash/Makefile index 372d041f7f64..75e878d7efb7 100644 --- a/www/xpi-splash/Makefile +++ b/www/xpi-splash/Makefile @@ -16,6 +16,5 @@ XPI_FILES= chrome/splash.jar components/.autoreg components/splash.js \ defaults/preferences/splash.js chrome.manifest install.rdf 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-stumbleupon/Makefile b/www/xpi-stumbleupon/Makefile index 257daa807957..e63a4a1e529e 100644 --- a/www/xpi-stumbleupon/Makefile +++ b/www/xpi-stumbleupon/Makefile @@ -16,6 +16,5 @@ XPI_ID= {AE93811A-5C9A-4d34-8462-F7B864FC4696} XPI_FILES= chrome/stumbleupon.jar chrome.manifest components/stumbleuponService.js install.js install.rdf XPI_DIRS= chrome components -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-stylish/Makefile b/www/xpi-stylish/Makefile index 4be6d85dd731..f7f6090b4403 100644 --- a/www/xpi-stylish/Makefile +++ b/www/xpi-stylish/Makefile @@ -12,6 +12,5 @@ COMMENT= User styles manager XPI_NUM= 2108 XPI_ID= {46551EC9-40F0-4e47-8E18-8E5CF550CFB8} -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-table2clipboard/Makefile b/www/xpi-table2clipboard/Makefile index 2ae83b48a04b..19f51b84f79e 100644 --- a/www/xpi-table2clipboard/Makefile +++ b/www/xpi-table2clipboard/Makefile @@ -16,6 +16,5 @@ XPI_FILES= chrome.manifest chrome/t2c.jar \ install.rdf XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |