diff options
Diffstat (limited to 'www/xpi-pdf_download/Makefile')
-rw-r--r-- | www/xpi-pdf_download/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/xpi-pdf_download/Makefile b/www/xpi-pdf_download/Makefile index a0a622069793..3465fecabbc3 100644 --- a/www/xpi-pdf_download/Makefile +++ b/www/xpi-pdf_download/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pdf_download -PORTVERSION= 3.0.0.1 -PORTREVISION= 1 +PORTVERSION= 3.0.0.2 DISTVERSIONSUFFIX= -fx CATEGORIES= www @@ -17,8 +16,9 @@ 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 \ - defaults/preferences/prefs.js -XPI_DIRS= chrome defaults/preferences defaults + defaults/preferences/prefs.js \ + modules/NitroStartup.js modules/NitroStartupImpl.js +XPI_DIRS= chrome defaults/preferences defaults modules .include "../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |