diff options
author | sat <sat@FreeBSD.org> | 2007-10-30 02:18:08 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-10-30 02:18:08 +0800 |
commit | 5dd7d0d3099a040d445055d0e75601b6c8594d5e (patch) | |
tree | 69e48691e9c9477fc2a6721e212e8407f907b709 | |
parent | bb7a4a797037ec5ee0bce4aa789001c84cc310e0 (diff) | |
download | freebsd-ports-gnome-5dd7d0d3099a040d445055d0e75601b6c8594d5e.tar.gz freebsd-ports-gnome-5dd7d0d3099a040d445055d0e75601b6c8594d5e.tar.zst freebsd-ports-gnome-5dd7d0d3099a040d445055d0e75601b6c8594d5e.zip |
- Add xpi_num to make fetchable
-rw-r--r-- | www/xpi-adblock/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-fasterfox/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/xpi-adblock/Makefile b/www/xpi-adblock/Makefile index b28207997257..c5f331e7b342 100644 --- a/www/xpi-adblock/Makefile +++ b/www/xpi-adblock/Makefile @@ -13,6 +13,7 @@ CATEGORIES= www MAINTAINER= infofarmer@FreeBSD.org COMMENT= A content filtering extension +XPI_NUM= 10 XPI_ID= {34274bf4-1d97-a289-e984-17e546307e4f} XPI_FILES= chrome/adblock.jar chrome.manifest components/.autoreg components/nsAdblock.js \ defaults/preferences/adblock.js install.js install.rdf license.txt diff --git a/www/xpi-fasterfox/Makefile b/www/xpi-fasterfox/Makefile index 1dcc761b6dce..40a693db684d 100644 --- a/www/xpi-fasterfox/Makefile +++ b/www/xpi-fasterfox/Makefile @@ -13,6 +13,7 @@ CATEGORIES= www MAINTAINER= infofarmer@FreeBSD.org COMMENT= Performance and network tweaks for Firefox +XPI_NUM= 1269 XPI_ID= {c36177c0-224a-11da-8cd6-0800200c9a66} XPI_FILES= chrome/fasterfox.jar chrome.manifest defaults/preferences/fasterfox.js \ install.rdf readme.txt |