From 3a3d671d1eb1db53e45d13deb936beb0baf019fb Mon Sep 17 00:00:00 2001 From: sat Date: Wed, 22 Nov 2006 07:39:45 +0000 Subject: - Mark compatible with Firefox 2.0 PR: ports/105726 Submitted by: Simon Olofsson Approved by: chinsan (maintainer) --- www/xpi-web_developer/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www') diff --git a/www/xpi-web_developer/Makefile b/www/xpi-web_developer/Makefile index 7a473db07eaa..f9dd3a9c90de 100644 --- a/www/xpi-web_developer/Makefile +++ b/www/xpi-web_developer/Makefile @@ -7,6 +7,7 @@ PORTNAME= web_developer PORTVERSION= 1.0.2 +PORTREVISION= 1 DISTVERSIONSUFFIX= -fx+fl CATEGORIES= www @@ -18,5 +19,8 @@ XPI_FILES= chrome/webdeveloper.jar chrome.manifest install.js \ install.rdf license.txt XPI_DIRS= chrome +post-patch: + @${REINPLACE_CMD} -i '' -e '/13a3a9e97384/n;s|1\.5\.0\.\*|2.0.0.*|' ${WRKSRC}/install.rdf + .include "../xpi-adblock/Makefile.xpi" .include -- cgit