diff options
author | obache <obache@pkgsrc.org> | 2011-04-23 04:12:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-23 04:12:50 +0000 |
commit | 00e9a776ea6cf22bffe688cf2415ff9e71914adf (patch) | |
tree | 6f5b8eb27d55d95fc852e6e319ff7be3e34f1ed7 /textproc | |
parent | b62b4e46d756d9d80561ba4523987a41c11f272b (diff) | |
download | pkgsrc-00e9a776ea6cf22bffe688cf2415ff9e71914adf.tar.gz |
skip interpreter check for munin plugins.
(it should be into split package).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/groonga/Makefile | 4 |
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" |