aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-11-22 15:39:45 +0800
committersat <sat@FreeBSD.org>2006-11-22 15:39:45 +0800
commit3a3d671d1eb1db53e45d13deb936beb0baf019fb (patch)
treece9e38370295186fd95a8793027326fbab41a468 /www
parent2f4360898627f0ef7e5b253ec511fdfd27597544 (diff)
downloadfreebsd-ports-gnome-3a3d671d1eb1db53e45d13deb936beb0baf019fb.tar.gz
freebsd-ports-gnome-3a3d671d1eb1db53e45d13deb936beb0baf019fb.tar.zst
freebsd-ports-gnome-3a3d671d1eb1db53e45d13deb936beb0baf019fb.zip
- Mark compatible with Firefox 2.0
PR: ports/105726 Submitted by: Simon Olofsson <simon@olofsson.de> Approved by: chinsan (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/xpi-web_developer/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.mk>