diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2011-01-17 09:09:05 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2011-01-17 09:09:05 +0000 |
commit | a6ef9a7be82060557abee8639ce8dfbc3bb011ba (patch) | |
tree | bd4d56411251ea9f80925b53768710bae04a18cb /www/xpi-jslib | |
parent | f8b71c319298331e22c3e06dbd7db0e8a740e1fb (diff) | |
download | ports-a6ef9a7be82060557abee8639ce8dfbc3bb011ba.tar.gz ports-a6ef9a7be82060557abee8639ce8dfbc3bb011ba.zip |
Notes
Diffstat (limited to 'www/xpi-jslib')
-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 d9afafec07e7..f75c3d96c486 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> |