aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-02-03 21:06:14 +0800
committersat <sat@FreeBSD.org>2007-02-03 21:06:14 +0800
commita0d9e27fb181cd3e21777eff5668ab38bc102783 (patch)
treecfbbb8f90cf2ff6d298ecd2f5801441daa393434 /www
parente5d815acc82bd979a3eb214d6f1cb1d8ee7986d7 (diff)
downloadfreebsd-ports-gnome-a0d9e27fb181cd3e21777eff5668ab38bc102783.tar.gz
freebsd-ports-gnome-a0d9e27fb181cd3e21777eff5668ab38bc102783.tar.zst
freebsd-ports-gnome-a0d9e27fb181cd3e21777eff5668ab38bc102783.zip
- Mark compatible with Firefox 2.0.*
Diffstat (limited to 'www')
-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>