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
commitddb40c7fc5ba2cc1b3298878659c401c5dd1376d (patch)
tree57bb3579632f772493c7a68788ca7915a18c4fda /sysutils/munin-doc
parenteebc03cdb4b426efa3e47c07109948123330820a (diff)
downloadpkgsrc-ddb40c7fc5ba2cc1b3298878659c401c5dd1376d.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"