diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-26 23:14:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-26 23:14:34 +0800 |
commit | 9ce9ebc4b84d88349363bee8a9055ae107a6c9a9 (patch) | |
tree | 43311332d9aa199c028f8b2cc5abb4c3a86f941a /www | |
parent | 6baf4df2089ed3ba50a9ca0e82104b2696f0566c (diff) | |
download | freebsd-ports-gnome-9ce9ebc4b84d88349363bee8a9055ae107a6c9a9.tar.gz freebsd-ports-gnome-9ce9ebc4b84d88349363bee8a9055ae107a6c9a9.tar.zst freebsd-ports-gnome-9ce9ebc4b84d88349363bee8a9055ae107a6c9a9.zip |
- Stage support
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-twitterfox/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-unplug/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-urllink/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-user_agent_switcher/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-vimperator/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/www/xpi-twitterfox/Makefile b/www/xpi-twitterfox/Makefile index 1b1358a6fd43..3653a28d6d34 100644 --- a/www/xpi-twitterfox/Makefile +++ b/www/xpi-twitterfox/Makefile @@ -20,6 +20,5 @@ XPI_FILES= LICENSE.rtf chrome/TwitterFox.jar chrome.manifest \ defaults/twitterfox_1.8.sqlite 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-unplug/Makefile b/www/xpi-unplug/Makefile index 14ad82bf7b35..1fb65dce4f1c 100644 --- a/www/xpi-unplug/Makefile +++ b/www/xpi-unplug/Makefile @@ -12,7 +12,6 @@ COMMENT= Converts embedded media to html links XPI_ID= unplug@compunach XPI_NUM= 2254 -NO_STAGE= yes xpi-post-extract: ${FIND} ${WRKSRC} -type d -name CVS|${XARGS} ${RM} -rf diff --git a/www/xpi-urllink/Makefile b/www/xpi-urllink/Makefile index 823a17a7b0ea..84bd3c5c0cdd 100644 --- a/www/xpi-urllink/Makefile +++ b/www/xpi-urllink/Makefile @@ -16,6 +16,5 @@ XPI_FILES= chrome/urllink.jar chrome.manifest \ defaults/preferences/urllink.js install.rdf XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-user_agent_switcher/Makefile b/www/xpi-user_agent_switcher/Makefile index f608b44d4a20..87e7fb4f75ad 100644 --- a/www/xpi-user_agent_switcher/Makefile +++ b/www/xpi-user_agent_switcher/Makefile @@ -17,6 +17,5 @@ XPI_FILES= chrome.manifest \ license.txt XPI_DIRS= chrome -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-vimperator/Makefile b/www/xpi-vimperator/Makefile index 6f70c7a2bcbc..f138b8d2d09f 100644 --- a/www/xpi-vimperator/Makefile +++ b/www/xpi-vimperator/Makefile @@ -15,6 +15,5 @@ LICENSE_FILE=${WRKSRC}/License.txt XPI_ID= vimperator@mozdev.org XPI_NUM= 4891 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |