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-mousegestures | |
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-mousegestures')
-rw-r--r-- | www/xpi-mousegestures/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/xpi-mousegestures/Makefile b/www/xpi-mousegestures/Makefile index b321e19d4db8..ee2dc1f8d007 100644 --- a/www/xpi-mousegestures/Makefile +++ b/www/xpi-mousegestures/Makefile @@ -20,7 +20,7 @@ XPI_FILES= chrome/mozgest.jar chrome.manifest components/mgIMouseService.xpt \ install/install.properties install.js install.rdf XPI_DIRS= chrome components install -post-extract: +xpi-post-extract: @${RM} -rf ${WRKSRC}/platform .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" |