aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-adblock_plus
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-08 00:55:10 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-08 00:55:10 +0000
commitd4791b77602e375b6613b17038c7172d77845fae (patch)
tree72bf84b666afe50f6dec18b813f2d63f0297bf9c /www/xpi-adblock_plus
parent4eea66201ecd9f2c93eb15a3607e126116ecf2d9 (diff)
downloadports-d4791b77602e375b6613b17038c7172d77845fae.tar.gz
ports-d4791b77602e375b6613b17038c7172d77845fae.zip
Notes
Diffstat (limited to 'www/xpi-adblock_plus')
-rw-r--r--www/xpi-adblock_plus/Makefile6
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>