diff options
-rw-r--r-- | www/xpi-live_pagerank/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-locale-switcher/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-menueditor/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-mldonkey/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-modify_headers/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/www/xpi-live_pagerank/Makefile b/www/xpi-live_pagerank/Makefile index 12a4f4583ac2..05e6c1d45b93 100644 --- a/www/xpi-live_pagerank/Makefile +++ b/www/xpi-live_pagerank/Makefile @@ -15,6 +15,5 @@ XPI_FILES= chrome.manifest chrome/livepr.jar \ install.rdf XPI_DIRS= chrome -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-locale-switcher/Makefile b/www/xpi-locale-switcher/Makefile index 171970ca0a74..7ab47027f3cc 100644 --- a/www/xpi-locale-switcher/Makefile +++ b/www/xpi-locale-switcher/Makefile @@ -16,6 +16,5 @@ XPI_FILES= chrome/content/switch-tbird.xul chrome/content/switch.js \ chrome/content/switch.xul chrome.manifest install.rdf XPI_DIRS= chrome/content chrome -NO_STAGE= yes .include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-menueditor/Makefile b/www/xpi-menueditor/Makefile index 3b7b9ad7b0f7..8c7d824a5a62 100644 --- a/www/xpi-menueditor/Makefile +++ b/www/xpi-menueditor/Makefile @@ -13,6 +13,5 @@ XPI_DISTNAME= menu_editor XPI_ID= {EDA7B1D7-F793-4e03-B074-E6F303317FB0} XPI_NUM= 710 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-mldonkey/Makefile b/www/xpi-mldonkey/Makefile index bc81fe6c27a8..cefb1df7df11 100644 --- a/www/xpi-mldonkey/Makefile +++ b/www/xpi-mldonkey/Makefile @@ -15,6 +15,5 @@ XPI_FILES= chrome/mldonkey.jar components/ed2kprotocol.js defaults/preferences/d install.rdf chrome.manifest 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-modify_headers/Makefile b/www/xpi-modify_headers/Makefile index 72a7d4de748e..2cee35f9f4c0 100644 --- a/www/xpi-modify_headers/Makefile +++ b/www/xpi-modify_headers/Makefile @@ -66,7 +66,6 @@ XPI_DIRS= chrome/content/bindings \ defaults/preferences \ defaults -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \; |