summaryrefslogtreecommitdiff
path: root/databases/apache-cassandra
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2013-05-10 12:54:50 +0000
committerfhajny <fhajny@pkgsrc.org>2013-05-10 12:54:50 +0000
commit6af9b1296425114c93d1ea9705455baa128a5fb1 (patch)
tree3e7aa39421394c73114a65c3728bb7fa15e2e5db /databases/apache-cassandra
parent43468c511e73e776392b9e715743e061ae978182 (diff)
downloadpkgsrc-6af9b1296425114c93d1ea9705455baa128a5fb1.tar.gz
Fix interpretter skip path
Diffstat (limited to 'databases/apache-cassandra')
-rw-r--r--databases/apache-cassandra/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/apache-cassandra/Makefile b/databases/apache-cassandra/Makefile
index 193bb155cae..693b2095467 100644
--- a/databases/apache-cassandra/Makefile
+++ b/databases/apache-cassandra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2013/05/01 10:25:30 fhajny Exp $
+# $NetBSD: Makefile,v 1.12 2013/05/10 12:54:50 fhajny Exp $
#
DISTNAME= apache-cassandra-${CASSANDRA_VER}
@@ -65,9 +65,9 @@ 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
+CHECK_INTERPRETER_SKIP+=share/cassandra/interface/cassandra.thrift
+CHECK_INTERPRETER_SKIP+=share/cassandra/pylib/setup.py
+CHECK_INTERPRETER_SKIP+=share/cassandra/tools/bin/token-generator
do-install:
.for d in ${WORK_DIRS}