diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 09:19:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 09:19:43 +0000 |
commit | bbb269a0219e9d2b8ef6c14fb613a1ca109487ee (patch) | |
tree | 66add88ffba5a85c198f7ad5ac571fcae4db6a01 /www/xpi-resurrectpages/Makefile | |
parent | 392e0bb2383897b7569b5abddb2dae8f60790f30 (diff) | |
download | ports-bbb269a0219e9d2b8ef6c14fb613a1ca109487ee.tar.gz ports-bbb269a0219e9d2b8ef6c14fb613a1ca109487ee.zip |
Notes
Diffstat (limited to 'www/xpi-resurrectpages/Makefile')
-rw-r--r-- | www/xpi-resurrectpages/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/xpi-resurrectpages/Makefile b/www/xpi-resurrectpages/Makefile index 1f6192ce3d03..694b97e1fae1 100644 --- a/www/xpi-resurrectpages/Makefile +++ b/www/xpi-resurrectpages/Makefile @@ -6,19 +6,16 @@ # PORTNAME= resurrectpages -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 DISTVERSIONSUFFIX= -fx CATEGORIES= www -MAINTAINER= miwi@FreeBSD.org +MAINTAINER= gecko@FreeBSD.org COMMENT= Resurrects pages from big page caches/mirrors XPI_DISTNAME= resurrect_pages XPI_NUM= 2570 XPI_ID= {0c8fbd76-bdeb-4c52-9b24-d587ce7b9dc3} -XPI_FILES= LICENSE chrome/resurrect.jar chrome.manifest defaults/preferences/resurrect.js \ - install.rdf -XPI_DIRS= chrome defaults/preferences defaults .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |