diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-web_developer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/xpi-web_developer/Makefile b/www/xpi-web_developer/Makefile index 7a473db07eaa..f9dd3a9c90de 100644 --- a/www/xpi-web_developer/Makefile +++ b/www/xpi-web_developer/Makefile @@ -7,6 +7,7 @@ PORTNAME= web_developer PORTVERSION= 1.0.2 +PORTREVISION= 1 DISTVERSIONSUFFIX= -fx+fl CATEGORIES= www @@ -18,5 +19,8 @@ XPI_FILES= chrome/webdeveloper.jar chrome.manifest install.js \ install.rdf license.txt XPI_DIRS= chrome +post-patch: + @${REINPLACE_CMD} -i '' -e '/13a3a9e97384/n;s|1\.5\.0\.\*|2.0.0.*|' ${WRKSRC}/install.rdf + .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |