Add support for firefox3-devel.

This commit is contained in:
Norikatsu Shigemura 2009-05-04 13:47:05 +00:00
parent 842e860d3a
commit 9da943d6b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233201

View File

@ -7,6 +7,7 @@
PORTNAME= jv
PORTVERSION= 0.50
PORTREVISION= 1
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
@ -55,5 +56,11 @@ XPI_DIRS= chrome \
post-extract:
@${RM} ${WRKSRC}/jv@eric.uhrhane/.install.rdf.swp
post-patch:
@${REINPLACE_CMD} \
-e "/em:maxVersion/s/3\.5b4pre/3.5/" \
${WRKSRC}/install.rdf
@${RM} ${WRKSRC}/install.rdf.bak
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>