diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 00:55:10 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 00:55:10 +0000 |
commit | d4791b77602e375b6613b17038c7172d77845fae (patch) | |
tree | 72bf84b666afe50f6dec18b813f2d63f0297bf9c /www/xpi-pdf_download | |
parent | 4eea66201ecd9f2c93eb15a3607e126116ecf2d9 (diff) | |
download | ports-d4791b77602e375b6613b17038c7172d77845fae.tar.gz ports-d4791b77602e375b6613b17038c7172d77845fae.zip |
Notes
Diffstat (limited to 'www/xpi-pdf_download')
-rw-r--r-- | www/xpi-pdf_download/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/xpi-pdf_download/Makefile b/www/xpi-pdf_download/Makefile index 742419d46e61..a0a622069793 100644 --- a/www/xpi-pdf_download/Makefile +++ b/www/xpi-pdf_download/Makefile @@ -7,6 +7,7 @@ PORTNAME= pdf_download PORTVERSION= 3.0.0.1 +PORTREVISION= 1 DISTVERSIONSUFFIX= -fx CATEGORIES= www @@ -15,10 +16,9 @@ COMMENT= An extension to handle PDF files XPI_ID= {37E4D8EA-8BDA-4831-8EA1-89053939A250} XPI_NUM= 636 -XPI_FILES= META-INF/manifest.mf META-INF/zigbert.rsa META-INF/zigbert.sf \ - chrome/pdfdownload.jar chrome.manifest install.rdf \ +XPI_FILES= chrome/pdfdownload.jar chrome.manifest install.rdf \ defaults/preferences/prefs.js -XPI_DIRS= META-INF chrome defaults/preferences defaults +XPI_DIRS= chrome defaults/preferences defaults .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |