diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 00:55:10 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-08 00:55:10 +0000 |
commit | d4791b77602e375b6613b17038c7172d77845fae (patch) | |
tree | 72bf84b666afe50f6dec18b813f2d63f0297bf9c /www/xpi-mousegestures | |
parent | 4eea66201ecd9f2c93eb15a3607e126116ecf2d9 (diff) |
Notes
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" |