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-jsview | |
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-jsview')
-rw-r--r-- | www/xpi-jsview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/xpi-jsview/Makefile b/www/xpi-jsview/Makefile index d0fed3557e59..2811c6bcabc1 100644 --- a/www/xpi-jsview/Makefile +++ b/www/xpi-jsview/Makefile @@ -18,7 +18,7 @@ XPI_ID= {cf15270e-cf08-4def-b4ea-6a5ac23f3bca} XPI_FILES= chrome/jsview.jar chrome.manifest defaults/preferences/jsview.js install.js install.rdf XPI_DIRS= chrome defaults/preferences defaults -post-extract: +xpi-post-extract: @${RM} -rf ${WRKSRC}/temp .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" |