diff options
-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 18192705fe3..f5f2d3b7eda 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> |