summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig>2007-06-26 15:26:37 +0000
committerrillig <rillig>2007-06-26 15:26:37 +0000
commitdc196a3c9909e8777344ea1948dc340b64a56c26 (patch)
tree13adaacaf921026509fbc808a35c00f90c99c4ae /devel
parent084955a2cba14d81eba8a28f1f7435a30bd4690c (diff)
downloadpkgsrc-dc196a3c9909e8777344ea1948dc340b64a56c26.tar.gz
The files in debian/ use bashisms and are therefore excluded from the
portability check.
Diffstat (limited to 'devel')
-rw-r--r--devel/monotone/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 32dc3e64747..f68a9014b81 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2007/05/28 08:13:25 dan Exp $
+# $NetBSD: Makefile,v 1.39 2007/06/26 15:26:37 rillig Exp $
#
DISTNAME= monotone-0.35
@@ -24,6 +24,8 @@ CONFIGURE_ARGS+= BOOST_SUFFIX=-mt
PKG_OPTIONS_VAR= PKG_OPTIONS.monotone
PKG_SUPPORTED_OPTIONS= inet6
+CHECK_PORTABILITY_SKIP+= debian/*
+
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Minet6)