summaryrefslogtreecommitdiff
path: root/sysutils/munin-doc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-12 02:03:39 +0000
committerrillig <rillig@pkgsrc.org>2006-11-12 02:03:39 +0000
commitb29524e49ca1f478da417ee2def694b368935206 (patch)
tree57bb3579632f772493c7a68788ca7915a18c4fda /sysutils/munin-doc
parent32641016eebf1c3d40a16a4e54d630f9b9ed738a (diff)
downloadpkgsrc-b29524e49ca1f478da417ee2def694b368935206.tar.gz
Fixed "test ==".
Diffstat (limited to 'sysutils/munin-doc')
-rw-r--r--sysutils/munin-doc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/munin-doc/Makefile b/sysutils/munin-doc/Makefile
index 8f140466c4b..a70388d0695 100644
--- a/sysutils/munin-doc/Makefile
+++ b/sysutils/munin-doc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/06/08 19:03:34 he Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/12 02:03:39 rillig Exp $
#
DISTNAME= ${PKGNAME:S:-doc-:_:}
@@ -24,6 +24,7 @@ INSTALL_TARGET= install-doc install-man
BUILD_TARGET= build-doc build-man
MAKE_ENV+= PERL5=${PERL5:Q}
+CHECK_PORTABILITY_SKIP+= node/node.d/*
.include "../../mk/bsd.pkg.mk"
.include "../../lang/python/application.mk"