aboutsummaryrefslogtreecommitdiffstats
path: root/www/xpi-pdf_download
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2010-09-08 08:55:10 +0800
committerpgollucci <pgollucci@FreeBSD.org>2010-09-08 08:55:10 +0800
commitc0bec3c08e2c1ed1c3549bd905aca702e4726be2 (patch)
treedb88857d62b0228db37f0ecc66d2522af5db8e57 /www/xpi-pdf_download
parent7b7d71d63ec455ba8a8d4374cd489ee3f06fda8d (diff)
downloadfreebsd-ports-gnome-c0bec3c08e2c1ed1c3549bd905aca702e4726be2.tar.gz
freebsd-ports-gnome-c0bec3c08e2c1ed1c3549bd905aca702e4726be2.tar.zst
freebsd-ports-gnome-c0bec3c08e2c1ed1c3549bd905aca702e4726be2.zip
- Account for ports/150327
Do not install meta data (META-INF) since its not needed allow for xpi-post-extract to still work in xpi-* ports o fix pkg-plist o fix XPI_DIRS, XPI_FILES o Bump PORTREVISION o s/post-extract/xpi-post-extract/ PR: ports/150327 Submitted by: Lapo Luchini <lapo@lapo.it>, tweaked by myself Approved by: maintainer timeout (miwi) Tested by: P6 TB Run, RideCharge Inc. / Taximagic TB Run
Diffstat (limited to 'www/xpi-pdf_download')
-rw-r--r--www/xpi-pdf_download/Makefile6
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>