diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-08 08:55:10 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-08 08:55:10 +0800 |
commit | c0bec3c08e2c1ed1c3549bd905aca702e4726be2 (patch) | |
tree | db88857d62b0228db37f0ecc66d2522af5db8e57 /www/xpi-flashgot | |
parent | 7b7d71d63ec455ba8a8d4374cd489ee3f06fda8d (diff) | |
download | freebsd-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-flashgot')
-rw-r--r-- | www/xpi-flashgot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/xpi-flashgot/Makefile b/www/xpi-flashgot/Makefile index b4ab406f9f24..442989b43499 100644 --- a/www/xpi-flashgot/Makefile +++ b/www/xpi-flashgot/Makefile @@ -7,6 +7,7 @@ PORTNAME= flashgot PORTVERSION= 1.2.1.09 +PORTREVISION= 1 #DISTVERSIONSUFFIX= -fx+mz+tb+ns+sm+fl CATEGORIES= www MASTER_SITES= http://software.informaction.com/data/releases/ CENKES @@ -16,10 +17,9 @@ COMMENT= Download links using popular download managers XPI_ID= {19503e42-ca3c-4c27-b1e2-9cdb2170ee34} XPI_NUM= 220 -XPI_FILES= META-INF/manifest.mf META-INF/zigbert.rsa META-INF/zigbert.sf \ - FlashGot_License.txt GPL.txt chrome/flashgot.jar chrome.manifest components/.autoreg \ +XPI_FILES= FlashGot_License.txt GPL.txt chrome/flashgot.jar chrome.manifest components/.autoreg \ components/flashgotService.js defaults/preferences/flashgot.js install.js install.rdf -XPI_DIRS= META-INF chrome components defaults/preferences defaults +XPI_DIRS= chrome components defaults/preferences defaults .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |