From a0d9e27fb181cd3e21777eff5668ab38bc102783 Mon Sep 17 00:00:00 2001 From: sat Date: Sat, 3 Feb 2007 13:06:14 +0000 Subject: - Mark compatible with Firefox 2.0.* --- www/xpi-adblock/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit