From 646f534511bff129bd97e5a55f47bffaefb41322 Mon Sep 17 00:00:00 2001 From: rene Date: Mon, 26 Dec 2011 21:19:08 +0000 Subject: Enable running this pluginwith current and future Firefox versions. PR: ports/163554 Submitted by: maintainer --- www/xpi-showip/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/xpi-showip/Makefile b/www/xpi-showip/Makefile index 10f79da0e7d7..2790584973fa 100644 --- a/www/xpi-showip/Makefile +++ b/www/xpi-showip/Makefile @@ -7,6 +7,7 @@ PORTNAME= showip PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -30,7 +31,8 @@ XPI_FILES= chrome/ipv6ident.jar \ XPI_DIRS= chrome post-patch: - @${REINPLACE_CMD} -e 's|5\.\*|8.*|' ${WRKSRC}/install.rdf + @${REINPLACE_CMD} -e 's|5\.\*<|99.*<|' \ + ${WRKSRC}/install.rdf pre-install: @${RM} -f ${WRKSRC}/install.rdf.bak -- cgit