- Mark compatible with Firefox 2.0

PR:		ports/105726
Submitted by:	Simon Olofsson <simon@olofsson.de>
Approved by:	chinsan (maintainer)
This commit is contained in:
Andrew Pantyukhin 2006-11-22 07:39:45 +00:00
parent f66b07da09
commit f9d0ce54df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177786

View File

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