diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2009-07-04 11:38:20 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2009-07-04 11:38:20 +0000 |
commit | 2501001fd2cd082973f57a3ea39ce6b49c9da784 (patch) | |
tree | 7ffdd63d0760830c93c4fd6030fb8744426090c7 /www/xpi-user_agent_switcher/Makefile | |
parent | 7fbef6ebccebe8c75904d787d65d8fb8dc2fc336 (diff) |
Notes
Diffstat (limited to 'www/xpi-user_agent_switcher/Makefile')
-rw-r--r-- | www/xpi-user_agent_switcher/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/xpi-user_agent_switcher/Makefile b/www/xpi-user_agent_switcher/Makefile index f307ecebee93..50f70510fa0a 100644 --- a/www/xpi-user_agent_switcher/Makefile +++ b/www/xpi-user_agent_switcher/Makefile @@ -6,7 +6,7 @@ # PORTNAME= user_agent_switcher -PORTVERSION= 0.6.11 +PORTVERSION= 0.7.2 DISTVERSIONSUFFIX= -fx+sm CATEGORIES= www @@ -21,10 +21,5 @@ XPI_FILES= chrome.manifest \ license.txt XPI_DIRS= chrome -post-patch: - @${REINPLACE_CMD} -e '/em:maxVersion/s/3\.0b4/3.*/' \ - ${WRKSRC}/install.rdf - @${RM} ${WRKSRC}/install.rdf.* - .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |