diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-12-28 15:54:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-12-28 15:54:02 +0000 |
commit | 78ec4bbcf43f7dbbc5eeaa01ac27b580ac7d6d8b (patch) | |
tree | 5bb83f93d4a34cd6b3b4fe4cb1bab5f798c1e715 /www/xpi-clear_cache_button | |
parent | 741a3cc30b25137546171e054e27694812e31bea (diff) | |
download | ports-78ec4bbcf43f7dbbc5eeaa01ac27b580ac7d6d8b.tar.gz ports-78ec4bbcf43f7dbbc5eeaa01ac27b580ac7d6d8b.zip |
Notes
Diffstat (limited to 'www/xpi-clear_cache_button')
-rw-r--r-- | www/xpi-clear_cache_button/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/xpi-clear_cache_button/Makefile b/www/xpi-clear_cache_button/Makefile index 2b8ac9e24bba..859ed4c67c7c 100644 --- a/www/xpi-clear_cache_button/Makefile +++ b/www/xpi-clear_cache_button/Makefile @@ -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} |