diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-26 23:12:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-26 23:12:21 +0800 |
commit | 97c79ef064976f3dc255d0ae47608b9f9707bd29 (patch) | |
tree | e0a7a64345c1b1b1b0eeb5cade6a76b3b17bc6de /www | |
parent | d65835e389b8845dab6b21c44985301b7454847a (diff) | |
download | freebsd-ports-gnome-97c79ef064976f3dc255d0ae47608b9f9707bd29.tar.gz freebsd-ports-gnome-97c79ef064976f3dc255d0ae47608b9f9707bd29.tar.zst freebsd-ports-gnome-97c79ef064976f3dc255d0ae47608b9f9707bd29.zip |
- Stage support
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-mrtech-local-install/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-neo-diggler/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-no-referrer/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-noscript/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-passwordmaker/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/www/xpi-mrtech-local-install/Makefile b/www/xpi-mrtech-local-install/Makefile index 43d04b169fa6..4f9cb1b3831b 100644 --- a/www/xpi-mrtech-local-install/Makefile +++ b/www/xpi-mrtech-local-install/Makefile @@ -13,6 +13,5 @@ XPI_DISTNAME= mr_tech_local_install XPI_NUM= 421 XPI_ID= {9669CC8F-B388-42FE-86F4-CB5E7F5A8BDC} -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-neo-diggler/Makefile b/www/xpi-neo-diggler/Makefile index d3b2020af1bb..918901fcce23 100644 --- a/www/xpi-neo-diggler/Makefile +++ b/www/xpi-neo-diggler/Makefile @@ -16,6 +16,5 @@ XPI_FILES= chrome.manifest install.rdf \ chrome/diggler.jar defaults/preferences/diggler.js XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-no-referrer/Makefile b/www/xpi-no-referrer/Makefile index 07eeda0d6354..84511ecf7f6c 100644 --- a/www/xpi-no-referrer/Makefile +++ b/www/xpi-no-referrer/Makefile @@ -15,6 +15,5 @@ XPI_FILES= chrome/icon.gif chrome/referrer.js chrome/referrer.xul \ chrome.manifest install.rdf XPI_DIRS= chrome -NO_STAGE= yes .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-noscript/Makefile b/www/xpi-noscript/Makefile index 03c89fa76eaa..2bf61e5995a2 100644 --- a/www/xpi-noscript/Makefile +++ b/www/xpi-noscript/Makefile @@ -12,6 +12,5 @@ COMMENT= A security-enhancing Java/JS filtering extension XPI_ID= {73a6fe31-595d-460b-a920-fcc0f8843232} XPI_NUM= 722 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-passwordmaker/Makefile b/www/xpi-passwordmaker/Makefile index 212d570313e8..6d44569f68a4 100644 --- a/www/xpi-passwordmaker/Makefile +++ b/www/xpi-passwordmaker/Makefile @@ -16,6 +16,5 @@ XPI_FILES= LICENSE chrome/passwdmaker.jar chrome.manifest \ install.js install.rdf XPI_DIRS= chrome components defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |