diff options
author | sat <sat@FreeBSD.org> | 2007-10-30 00:42:36 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-10-30 00:42:36 +0800 |
commit | 9e10a92caeb7704c81963a5097d6001136dca54a (patch) | |
tree | 60a6d336e87757392caaa98911eebc3f027fb968 | |
parent | 6f29078f72f933579d5273e419d7cce4e2eafbb6 (diff) | |
download | freebsd-ports-gnome-9e10a92caeb7704c81963a5097d6001136dca54a.tar.gz freebsd-ports-gnome-9e10a92caeb7704c81963a5097d6001136dca54a.tar.zst freebsd-ports-gnome-9e10a92caeb7704c81963a5097d6001136dca54a.zip |
- Mark compatible with sunbird 0.7
-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> |