diff options
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> |