summaryrefslogtreecommitdiff
path: root/sysutils/munin-doc
diff options
context:
space:
mode:
authorrillig <rillig>2006-11-12 02:03:39 +0000
committerrillig <rillig>2006-11-12 02:03:39 +0000
commitf87cdd19f06912bebe39dae3882f9c8a36d9eb42 (patch)
tree57bb3579632f772493c7a68788ca7915a18c4fda /sysutils/munin-doc
parent99a4e0400a2487012f91fdd53363adaa55c49354 (diff)
downloadpkgsrc-f87cdd19f06912bebe39dae3882f9c8a36d9eb42.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"