From f29db7377fad20b6758155879b94761ea005bfbc Mon Sep 17 00:00:00 2001 From: cheusov Date: Sat, 7 May 2011 15:49:37 +0000 Subject: fix build failure caused by #!/usr/bin/env. revied by wiz@ (libexec/mc/extfs.d/s3+ script is not checked for interpreter correctness) --- sysutils/mc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysutils/mc') diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index 20410742a4e..c5cac37374f 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2011/04/22 13:44:44 obache Exp $ +# $NetBSD: Makefile,v 1.82 2011/05/07 15:49:37 cheusov Exp $ DISTNAME= mc-4.7.0.10 PKGREVISION= 3 @@ -18,6 +18,8 @@ USE_TOOLS+= pkg-config unzip:run GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES +CHECK_INTERPRETER_SKIP= libexec/mc/extfs.d/s3+ + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Linux" -- cgit v1.2.3