diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-10-29 16:42:36 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-10-29 16:42:36 +0000 |
commit | 4ba94358ceef4ea6cd212604a758ee6b9c2fc7e3 (patch) | |
tree | 6e729f5bdd4d4620a7c03384fcca9c76f8f5dba1 /www/xpi-quick-locale-switcher | |
parent | 1957816a71ba9eafed108c253297b34f26461815 (diff) | |
download | ports-4ba94358ceef4ea6cd212604a758ee6b9c2fc7e3.tar.gz ports-4ba94358ceef4ea6cd212604a758ee6b9c2fc7e3.zip |
Notes
Diffstat (limited to 'www/xpi-quick-locale-switcher')
-rw-r--r-- | www/xpi-quick-locale-switcher/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/xpi-quick-locale-switcher/Makefile b/www/xpi-quick-locale-switcher/Makefile index 3b85aedf6dcd..f29805dfa24d 100644 --- a/www/xpi-quick-locale-switcher/Makefile +++ b/www/xpi-quick-locale-switcher/Makefile @@ -8,6 +8,7 @@ PORTNAME= quick-locale-switcher PORTVERSION= 1.6.3.4 DISTVERSIONSUFFIX= -fx+mz+tb+sb+nvu+ns+sm+fl +PORTREVISION= 1 CATEGORIES= www MAINTAINER= infofarmer@FreeBSD.org @@ -19,5 +20,9 @@ XPI_NUM= 1333 XPI_FILES= chrome/qls.jar chrome.manifest defaults/preferences/prefs.js install.js install.rdf XPI_DIRS= chrome defaults/preferences defaults +post-patch: + @${REINPLACE_CMD} -e '/maxVersion/s|0.5|0.7|' ${WRKSRC}/install.rdf + @${RM} -f ${WRKSRC}/install.rdf.bak + .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |