diff options
author | sat <sat@FreeBSD.org> | 2007-07-03 16:13:57 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-03 16:13:57 +0800 |
commit | 7a432d325bcd4dc40ff494ca7d539f6ccc61b841 (patch) | |
tree | 65008abe29f484d385ed28a0de4c39c317548376 /www | |
parent | 290789d8cd71a5fd2917c382f7666019cb7b1374 (diff) | |
download | freebsd-ports-gnome-7a432d325bcd4dc40ff494ca7d539f6ccc61b841.tar.gz freebsd-ports-gnome-7a432d325bcd4dc40ff494ca7d539f6ccc61b841.tar.zst freebsd-ports-gnome-7a432d325bcd4dc40ff494ca7d539f6ccc61b841.zip |
- Extend Sunbird support to version 0.5
- Bump portrevision
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-quick-locale-switcher/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/xpi-quick-locale-switcher/Makefile b/www/xpi-quick-locale-switcher/Makefile index 18192705fe39..f5f2d3b7edae 100644 --- a/www/xpi-quick-locale-switcher/Makefile +++ b/www/xpi-quick-locale-switcher/Makefile @@ -7,6 +7,7 @@ PORTNAME= quick-locale-switcher PORTVERSION= 1.6.1 +PORTREVISION= 1 DISTVERSIONSUFFIX= -fx+mz+tb+sb+nvu+ns+sm+fl CATEGORIES= www @@ -19,5 +20,8 @@ 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} -i '' -e 's|0.4a1|0.5|' ${WRKSRC}/install.rdf + .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |