aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-adblock
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-02-03 13:06:14 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-02-03 13:06:14 +0000
commit09be27ba910cedee43ad4254cc5d5a22d8314ec1 (patch)
tree3fefd76069a770b743132e08c85dc9f72f751dd4 /www/xpi-adblock
parentbab71e37ad207b6f07f05b53e4ac4cee10576369 (diff)
downloadports-09be27ba910cedee43ad4254cc5d5a22d8314ec1.tar.gz
ports-09be27ba910cedee43ad4254cc5d5a22d8314ec1.zip
- Mark compatible with Firefox 2.0.*
Notes
Notes: svn path=/head/; revision=184033
Diffstat (limited to 'www/xpi-adblock')
-rw-r--r--www/xpi-adblock/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/xpi-adblock/Makefile b/www/xpi-adblock/Makefile
index 6d04028af292..b28207997257 100644
--- a/www/xpi-adblock/Makefile
+++ b/www/xpi-adblock/Makefile
@@ -18,5 +18,9 @@ XPI_FILES= chrome/adblock.jar chrome.manifest components/.autoreg components/nsA
defaults/preferences/adblock.js install.js install.rdf license.txt
XPI_DIRS= chrome/adblock chrome components defaults/preferences defaults
+post-patch:
+ @${REINPLACE_CMD} -e 's|2.0a3|2.0.*|g' ${WRKSRC}/install.rdf
+ @${RM} -f ${WRKSRC}/install.rdf?*
+
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>