diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-26 23:09:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-26 23:09:17 +0800 |
commit | f09f8b16577bdd8fe111a4f8fea7e8c62392c28c (patch) | |
tree | 0d1f8b09b07a4412d6bf09d9a20c3ac4fd862929 /www | |
parent | 9e0c8e46c8679b3bf72d9533b949ff5a66247e7d (diff) | |
download | freebsd-ports-gnome-f09f8b16577bdd8fe111a4f8fea7e8c62392c28c.tar.gz freebsd-ports-gnome-f09f8b16577bdd8fe111a4f8fea7e8c62392c28c.tar.zst freebsd-ports-gnome-f09f8b16577bdd8fe111a4f8fea7e8c62392c28c.zip |
- Stage support
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-flagfox/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-flashblock/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-flashgot/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-flatbmark/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-forecastfox/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/www/xpi-flagfox/Makefile b/www/xpi-flagfox/Makefile index 70989dc0f70d..27d3d89a0e80 100644 --- a/www/xpi-flagfox/Makefile +++ b/www/xpi-flagfox/Makefile @@ -12,6 +12,5 @@ COMMENT= Displays a country flag of the location of the website's server XPI_NUM= 5791 XPI_ID= {1018e4d6-728f-4b20-ad56-37578a4de76b} -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-flashblock/Makefile b/www/xpi-flashblock/Makefile index 56e2151c1b26..d0ada57276a6 100644 --- a/www/xpi-flashblock/Makefile +++ b/www/xpi-flashblock/Makefile @@ -14,7 +14,6 @@ USE_XPI= *firefox* XPI_ID= {3d7eb24f-2740-49df-8937-200b1cc08f8a} XPI_NUM= 433 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<em:maxVersion>8\.0<|<em:maxVersion>99.*<|' \ ${WRKSRC}/install.rdf diff --git a/www/xpi-flashgot/Makefile b/www/xpi-flashgot/Makefile index 8996f5df7524..b159e7ba4ae3 100644 --- a/www/xpi-flashgot/Makefile +++ b/www/xpi-flashgot/Makefile @@ -12,6 +12,5 @@ COMMENT= Download links using popular download managers XPI_ID= {19503e42-ca3c-4c27-b1e2-9cdb2170ee34} XPI_NUM= 220 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-flatbmark/Makefile b/www/xpi-flatbmark/Makefile index 94de9b2c8c40..67f9f430e4ae 100644 --- a/www/xpi-flatbmark/Makefile +++ b/www/xpi-flatbmark/Makefile @@ -15,6 +15,5 @@ XPI_ID= {5362CD9D-AC69-43e5-8E7D-92EDE5CEF304} XPI_FILES= chrome/flatbmark.jar install.rdf chrome.manifest XPI_DIRS= chrome -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-forecastfox/Makefile b/www/xpi-forecastfox/Makefile index 30c0d67ed6a8..cca640503992 100644 --- a/www/xpi-forecastfox/Makefile +++ b/www/xpi-forecastfox/Makefile @@ -15,6 +15,5 @@ XPI_NUM= 398 XPI_FILES= chrome/forecastfox.jar chrome.manifest icon.png install.rdf XPI_DIRS= chrome -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |