diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 00:55:10 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 00:55:10 +0000 |
commit | d4791b77602e375b6613b17038c7172d77845fae (patch) | |
tree | 72bf84b666afe50f6dec18b813f2d63f0297bf9c /www/xpi-adblock_plus | |
parent | 4eea66201ecd9f2c93eb15a3607e126116ecf2d9 (diff) | |
download | ports-d4791b77602e375b6613b17038c7172d77845fae.tar.gz ports-d4791b77602e375b6613b17038c7172d77845fae.zip |
Notes
Diffstat (limited to 'www/xpi-adblock_plus')
-rw-r--r-- | www/xpi-adblock_plus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/xpi-adblock_plus/Makefile b/www/xpi-adblock_plus/Makefile index b3b6c6de3857..27f3777ee414 100644 --- a/www/xpi-adblock_plus/Makefile +++ b/www/xpi-adblock_plus/Makefile @@ -7,6 +7,7 @@ PORTNAME= adblock_plus PORTVERSION= 1.2.1 +PORTREVISION= 1 DISTVERSIONSUFFIX= -fx+sm+tb+fn CATEGORIES= www @@ -15,11 +16,10 @@ COMMENT= A content filtering extension XPI_NUM= 1865 XPI_ID= {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d} -XPI_FILES= META-INF/manifest.mf META-INF/zigbert.rsa META-INF/zigbert.sf \ - chrome/adblockplus.jar chrome.manifest components/AdblockPlus.js \ +XPI_FILES= chrome/adblockplus.jar chrome.manifest components/AdblockPlus.js \ defaults/preferences/adblockplus.js \ icon.png install.rdf -XPI_DIRS= META-INF chrome components defaults/preferences defaults +XPI_DIRS= chrome components defaults/preferences defaults .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |