mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
parent
faccfa4f3e
commit
e062a42ebb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288073
1 changed files with 8 additions and 1 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
PORTNAME= flashblock
|
||||
PORTVERSION= 1.5.15.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX= -fx
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
|
||||
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_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 <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue