summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2011-05-07 15:49:37 +0000
committercheusov <cheusov@pkgsrc.org>2011-05-07 15:49:37 +0000
commit861a681916dcd109d4a90e6510d85c41487975e6 (patch)
tree07838b3b73f940fe9e998b25429bcf0ec4be37eb
parent5c6b12bb08b4af027078aafdbe62cf510ef7ba7e (diff)
downloadpkgsrc-861a681916dcd109d4a90e6510d85c41487975e6.tar.gz
fix build failure caused by #!/usr/bin/env. revied by wiz@
(libexec/mc/extfs.d/s3+ script is not checked for interpreter correctness)
-rw-r--r--sysutils/mc/Makefile4
1 files changed, 3 insertions, 1 deletions
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"