diff options
author | fhajny <fhajny@pkgsrc.org> | 2013-05-01 10:25:30 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2013-05-01 10:25:30 +0000 |
commit | e8c8859c825998cebf7d9fd1182c1a49dcde7544 (patch) | |
tree | 06e5434bace0cf38299e05df0f2c76ba90137a77 /databases | |
parent | d356baeed1f8dc1998c77dce10d7dad83a1354f2 (diff) | |
download | pkgsrc-e8c8859c825998cebf7d9fd1182c1a49dcde7544.tar.gz |
Ignore interpretters in optional tools.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/apache-cassandra/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/apache-cassandra/Makefile b/databases/apache-cassandra/Makefile index 8e0b2b52b4b..193bb155cae 100644 --- a/databases/apache-cassandra/Makefile +++ b/databases/apache-cassandra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2013/04/29 11:16:39 fhajny Exp $ +# $NetBSD: Makefile,v 1.11 2013/05/01 10:25:30 fhajny Exp $ # DISTNAME= apache-cassandra-${CASSANDRA_VER} @@ -65,6 +65,10 @@ CONF_FILES_PERMS+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} \ INSTALLATION_DIRS+= ${CASSANDRA_HOME} ${EGDIR} ${DOCDIR} +CHECK_INTERPRETER_SKIP+=interface/cassandra.thrift +CHECK_INTERPRETER_SKIP+=pylib/setup.py +CHECK_INTERPRETER_SKIP+=tools/bin/token-generator + do-install: .for d in ${WORK_DIRS} ${RM} -rf ${WRKSRC}/${d} |