diff options
author | rillig <rillig@pkgsrc.org> | 2007-06-26 15:26:37 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-06-26 15:26:37 +0000 |
commit | 572b7e172b8f2b8b348039616a036e388461fd4e (patch) | |
tree | 13adaacaf921026509fbc808a35c00f90c99c4ae /devel/monotone | |
parent | 04e13269d6c3e30f74a10995aa1487cc0a27452c (diff) | |
download | pkgsrc-572b7e172b8f2b8b348039616a036e388461fd4e.tar.gz |
The files in debian/ use bashisms and are therefore excluded from the
portability check.
Diffstat (limited to 'devel/monotone')
-rw-r--r-- | devel/monotone/Makefile | 4 |
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) |