diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-22 07:39:45 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-22 07:39:45 +0000 |
commit | f9d0ce54dfef770857855fc86e06984573f8047e (patch) | |
tree | 138cd685a00105325872a0b8aa13c1ca2eaeb97a /www/xpi-web_developer | |
parent | f66b07da099a4b2f4627718155e5218317d6ff45 (diff) |
Notes
Diffstat (limited to 'www/xpi-web_developer')
-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> |