diff options
Diffstat (limited to 'www/xpi-savegenpage')
-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 |