1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Mark compatible with Firefox 2.0.*

This commit is contained in:
Andrew Pantyukhin 2007-02-03 13:06:14 +00:00
parent bab71e37ad
commit 09be27ba91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184033

View File

@ -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>