diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-01-13 10:55:59 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-01-13 10:55:59 +0000 |
commit | 3f10d0a6c9cfdcb700af7a73624148746b423c0d (patch) | |
tree | 17fa53c56ebdecc22ded0e8b0ecd6e3c49742d95 /www/xpi-pdf_download | |
parent | 009de4000d64d284b1b09bff1c36e401a4715b0e (diff) |
Notes
Diffstat (limited to 'www/xpi-pdf_download')
-rw-r--r-- | www/xpi-pdf_download/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/xpi-pdf_download/Makefile b/www/xpi-pdf_download/Makefile index d12b96bc8860..f6ed643c4551 100644 --- a/www/xpi-pdf_download/Makefile +++ b/www/xpi-pdf_download/Makefile @@ -7,6 +7,7 @@ PORTNAME= pdf_download PORTVERSION= 2.1.0.0 +PORTREVISION= 1 DISTVERSIONSUFFIX= -fx CATEGORIES= www @@ -15,9 +16,10 @@ COMMENT= An extension to handle PDF files XPI_ID= {37E4D8EA-8BDA-4831-8EA1-89053939A250} XPI_NUM= 636 -XPI_FILES= chrome/pdfdownload.jar chrome.manifest install.rdf \ +XPI_FILES= META-INF/manifest.mf META-INF/zigbert.rsa META-INF/zigbert.sf \ + chrome/pdfdownload.jar chrome.manifest install.rdf \ defaults/preferences/prefs.js -XPI_DIRS= chrome defaults/preferences defaults +XPI_DIRS= META-INF chrome defaults/preferences defaults .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |