diff options
author | sat <sat@FreeBSD.org> | 2007-03-30 15:54:13 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-03-30 15:54:13 +0800 |
commit | 782cb06bdb5168c715be5f336b33ab5ded01759b (patch) | |
tree | e3bbdd30824aece4c9bf90567d8f596a223f41a9 /www | |
parent | 221ae1ad46ed0029ea3ea281797801b2d9fdcc78 (diff) | |
download | freebsd-ports-gnome-782cb06bdb5168c715be5f336b33ab5ded01759b.tar.gz freebsd-ports-gnome-782cb06bdb5168c715be5f336b33ab5ded01759b.tar.zst freebsd-ports-gnome-782cb06bdb5168c715be5f336b33ab5ded01759b.zip |
- Allow installation in Firefox versions up to 3.*
- Update WWW
Diffstat (limited to 'www')
-rw-r--r-- | www/xpi-savegenpage/Makefile | 4 | ||||
-rw-r--r-- | www/xpi-savegenpage/pkg-descr | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/www/xpi-savegenpage/Makefile b/www/xpi-savegenpage/Makefile index e908641e73ee..53c17213a7c5 100644 --- a/www/xpi-savegenpage/Makefile +++ b/www/xpi-savegenpage/Makefile @@ -18,5 +18,9 @@ XPI_FILES= chrome/Io.js chrome/contents.rdf chrome/overlay.xul chrome.manifest \ defaults/preferences/user.js install.rdf XPI_DIRS= chrome defaults/preferences defaults +post-patch: + @${REINPLACE_CMD} -e '/maxVersion/s|>.*<|>3.*<|' ${WRKSRC}/install.rdf + @${RM} -f ${WRKSRC}/install.rdf.bak + .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> diff --git a/www/xpi-savegenpage/pkg-descr b/www/xpi-savegenpage/pkg-descr index 1c82a7fc2382..d7fc92c42b6e 100644 --- a/www/xpi-savegenpage/pkg-descr +++ b/www/xpi-savegenpage/pkg-descr @@ -3,4 +3,4 @@ nor other externally linked resources). Usage: File-Save Generated Page. Good way to save those "stitched" pages created by Antipagination or Repagination firefox extension. -WWW: https://addons.mozilla.org/firefox/2262/ +WWW: http://www.extensionsmirror.nl/index.php?showtopic=5686 |