diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-01 06:52:35 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-01 06:52:35 +0000 |
commit | 8bf704a0d0890e444a8c4f5f416f2f393dde58ef (patch) | |
tree | 19a265cae8885bf6d25a229c28a2de315870881b /www/xpi-adblock/Makefile | |
parent | a126ea0fed6838d0bc1e5d0cf9ad7beaec91f766 (diff) |
Notes
Diffstat (limited to 'www/xpi-adblock/Makefile')
-rw-r--r-- | www/xpi-adblock/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/xpi-adblock/Makefile b/www/xpi-adblock/Makefile index e8ba753e14ac..878157f77e74 100644 --- a/www/xpi-adblock/Makefile +++ b/www/xpi-adblock/Makefile @@ -6,7 +6,7 @@ # PORTNAME= adblock -PORTVERSION= 0.5.3.042 +PORTVERSION= 0.5.3.043 DISTVERSIONSUFFIX= -fx+fl+mz+ns CATEGORIES= www @@ -14,10 +14,9 @@ MAINTAINER= infofarmer@FreeBSD.org COMMENT= A content filtering extension 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 -XPI_DIRS= chrome components defaults/preferences defaults +XPI_FILES= chrome/adblock.jar chrome.manifest components/.autoreg components/nsAdblock.js \ + defaults/preferences/adblock.js install.js install.rdf license.txt +XPI_DIRS= chrome/adblock chrome components defaults/preferences defaults .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |