diff options
author | erwin <erwin@FreeBSD.org> | 2011-01-17 17:09:05 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2011-01-17 17:09:05 +0800 |
commit | 2e00638601c4807d46a611c50b7c7f077c283216 (patch) | |
tree | 7a4ab350c00a4cc422bd76945c22da3921042cff /www/xpi-jslib/Makefile | |
parent | e3d560b52ea342ba0691a58af44c62214c9db1bf (diff) | |
download | freebsd-ports-graphics-2e00638601c4807d46a611c50b7c7f077c283216.tar.gz freebsd-ports-graphics-2e00638601c4807d46a611c50b7c7f077c283216.tar.zst freebsd-ports-graphics-2e00638601c4807d46a611c50b7c7f077c283216.zip |
Remove duplicate post-extract target already included from
../xpi-adblock/Makefile.xpi
Submitted by: Peter Jeremy <peterjeremy@acm.org>
Pointyhat: erwin
Feature safe: yes
Diffstat (limited to 'www/xpi-jslib/Makefile')
-rw-r--r-- | www/xpi-jslib/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/xpi-jslib/Makefile b/www/xpi-jslib/Makefile index d9afafec07e..f75c3d96c48 100644 --- a/www/xpi-jslib/Makefile +++ b/www/xpi-jslib/Makefile @@ -20,9 +20,5 @@ XPI_ID= {DF8E5247-8E0A-4de6-B393-0735A39DFD80} XPI_FILES= application.ini chrome/jslib.jar chrome/jsliblive/contents.rdf chrome/jsliblive/jsliblive.xul chrome.manifest components/jslib-dom.js components/jslib-service.js components/jslib.xpt defaults/preferences/prefs.js install.js install.rdf XPI_DIRS= chrome/jsliblive chrome components defaults/preferences defaults -# we don't (currently) care about the signature -post-extract: - @${RM} -rf ${WRKSRC}/META-INF - .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include <bsd.port.mk> |