diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-26 23:11:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-26 23:11:22 +0800 |
commit | d9b449fb3bfcace930be1692304f0397e4ce2f3a (patch) | |
tree | f5abb5901c4c76a9d6f9c53da0b47023d3633ccf /www | |
parent | 313974bc191bb36bbb764d1d63413d6d0ba9cf66 (diff) | |
download | freebsd-ports-gnome-d9b449fb3bfcace930be1692304f0397e4ce2f3a.tar.gz freebsd-ports-gnome-d9b449fb3bfcace930be1692304f0397e4ce2f3a.tar.zst freebsd-ports-gnome-d9b449fb3bfcace930be1692304f0397e4ce2f3a.zip |
- Stage support
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-jsview/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-jv/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-leechblock/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-linkification/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-live_http_headers/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/www/xpi-jsview/Makefile b/www/xpi-jsview/Makefile index 3ae77329d9d1..123d52adacea 100644 --- a/www/xpi-jsview/Makefile +++ b/www/xpi-jsview/Makefile @@ -19,7 +19,6 @@ XPI_NUM= 2076 XPI_FILES= chrome/jsview.jar chrome.manifest defaults/preferences/jsview.js install.js install.rdf XPI_DIRS= chrome defaults/preferences defaults -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|<em:maxVersion>9\.0a1<|<em:maxVersion>99.*<|' ${WRKSRC}/install.rdf diff --git a/www/xpi-jv/Makefile b/www/xpi-jv/Makefile index 46ea83f879f4..2c0601e337b5 100644 --- a/www/xpi-jv/Makefile +++ b/www/xpi-jv/Makefile @@ -20,7 +20,6 @@ XPI_DIRS= chrome \ REINPLACE_ARGS= -i "" -NO_STAGE= yes post-patch: @${REINPLACE_CMD} "/em:maxVersion/s/3\.5\.\*/3.6.*/" ${WRKSRC}/install.rdf diff --git a/www/xpi-leechblock/Makefile b/www/xpi-leechblock/Makefile index 4b396b450dc4..daac1ecdf2c4 100644 --- a/www/xpi-leechblock/Makefile +++ b/www/xpi-leechblock/Makefile @@ -12,6 +12,5 @@ COMMENT= Blocks time-wasting sites XPI_ID= {a95d8332-e4b4-6e7f-98ac-20b733364387} XPI_NUM= 4476 -NO_STAGE= yes .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-linkification/Makefile b/www/xpi-linkification/Makefile index 2654934cc5e3..97d032149688 100644 --- a/www/xpi-linkification/Makefile +++ b/www/xpi-linkification/Makefile @@ -15,6 +15,5 @@ XPI_FILES= chrome/linkification.jar chrome.manifest defaults/preferences/linkifi install.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-live_http_headers/Makefile b/www/xpi-live_http_headers/Makefile index 3b6c0ffd31e4..71eb8bed8b32 100644 --- a/www/xpi-live_http_headers/Makefile +++ b/www/xpi-live_http_headers/Makefile @@ -34,7 +34,6 @@ XPI_DIRS= chrome/icons/default \ USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(js|rdf|txt) -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \; |