- Make this plugin work with current and future versions of Firefox
- Pet portlint PR: ports/162448 Submitted by: maintainer
This commit is contained in:
parent
741a3cc30b
commit
78ec4bbcf4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288189
1 changed files with 8 additions and 1 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
PORTNAME= clear_cache_button
|
||||
PORTVERSION= 0.9f
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX= -fx
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= barbara.xxx1975@libero.it
|
||||
|
@ -40,6 +40,13 @@ XPI_DIRS= chrome/skin/classic chrome/skin \
|
|||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|<em:maxVersion>6\.\*<|<em:maxVersion>99.*<|' \
|
||||
${WRKSRC}/install.rdf
|
||||
|
||||
pre-install:
|
||||
@${RM} -f ${WRKSRC}/install.rdf.bak
|
||||
|
||||
post-install:
|
||||
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
|
||||
|
||||
|
|
Loading…
Reference in a new issue