diff options
author | nork <nork@FreeBSD.org> | 2009-05-04 21:47:05 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2009-05-04 21:47:05 +0800 |
commit | 871254f0dff455b744b0f23aa61923b115b2fcef (patch) | |
tree | caa64302c5efd2feaeeb78ab4947c0b172cd1d6f /www/xpi-jv | |
parent | 8732a5b9fb0043037986d4f86136d550b13cfb2a (diff) | |
download | freebsd-ports-gnome-871254f0dff455b744b0f23aa61923b115b2fcef.tar.gz freebsd-ports-gnome-871254f0dff455b744b0f23aa61923b115b2fcef.tar.zst freebsd-ports-gnome-871254f0dff455b744b0f23aa61923b115b2fcef.zip |
Add support for firefox3-devel.
Diffstat (limited to 'www/xpi-jv')
-rw-r--r-- | www/xpi-jv/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/xpi-jv/Makefile b/www/xpi-jv/Makefile index cddbc3458bc7..b7780fc319ca 100644 --- a/www/xpi-jv/Makefile +++ b/www/xpi-jv/Makefile @@ -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> |