summaryrefslogtreecommitdiff
path: root/textproc/groonga
diff options
context:
space:
mode:
authorobache <obache>2011-04-23 04:12:50 +0000
committerobache <obache>2011-04-23 04:12:50 +0000
commita46c3956f3c90387c39dffdcfcda314a6f126d58 (patch)
tree6f5b8eb27d55d95fc852e6e319ff7be3e34f1ed7 /textproc/groonga
parentcebdaa8c8548eb790111c566bf34faadaa0cd802 (diff)
downloadpkgsrc-a46c3956f3c90387c39dffdcfcda314a6f126d58.tar.gz
skip interpreter check for munin plugins.
(it should be into split package).
Diffstat (limited to 'textproc/groonga')
-rw-r--r--textproc/groonga/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index 7dbeeb60726..b0ed8da779b 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/04/22 13:44:49 obache Exp $
+# $NetBSD: Makefile,v 1.3 2011/04/23 04:12:50 obache Exp $
#
DISTNAME= groonga-1.2.0
@@ -37,6 +37,8 @@ OWN_DIRS+= ${VARBASE}/log/${PKGBASE}
CHECK_WRKREF_SKIP+= bin/groonga
CHECK_INTERPRETER_SKIP+= share/groonga/examples/*
+# XXX: should be in separate package.
+CHECK_INTERPRETER_SKIP+= share/groonga/munin/plugins/*
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"