- Enable running this plugin with current and future Firefox versions. [1]

- Fix portlint error, PORTREVISION must be after DISTVERSION*

PR:		ports/163551 [1]
Submitted by:	maintainer
This commit is contained in:
Rene Ladan 2011-12-26 21:09:45 +00:00
parent faccfa4f3e
commit e062a42ebb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288073

View file

@ -7,8 +7,8 @@
PORTNAME= flashblock PORTNAME= flashblock
PORTVERSION= 1.5.15.1 PORTVERSION= 1.5.15.1
PORTREVISION= 1
DISTVERSIONSUFFIX= -fx DISTVERSIONSUFFIX= -fx
PORTREVISION= 2
CATEGORIES= www CATEGORIES= www
MAINTAINER= barbara.xxx1975@libero.it MAINTAINER= barbara.xxx1975@libero.it
@ -21,5 +21,12 @@ XPI_NUM= 433
XPI_FILES= chrome/flashblock.jar chrome.manifest defaults/preferences/flashblock.js install.rdf XPI_FILES= chrome/flashblock.jar chrome.manifest defaults/preferences/flashblock.js install.rdf
XPI_DIRS= chrome defaults/preferences defaults XPI_DIRS= chrome defaults/preferences defaults
post-patch:
@${REINPLACE_CMD} -e 's|<em:maxVersion>8\.0<|<em:maxVersion>99.*<|' \
${WRKSRC}/install.rdf
pre-install:
@${RM} -f ${WRKSRC}/install.rdf.bak
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk> .include <bsd.port.mk>