diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-07 15:49:37 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-07 15:49:37 +0000 |
commit | 861a681916dcd109d4a90e6510d85c41487975e6 (patch) | |
tree | 07838b3b73f940fe9e998b25429bcf0ec4be37eb | |
parent | 5c6b12bb08b4af027078aafdbe62cf510ef7ba7e (diff) | |
download | pkgsrc-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/Makefile | 4 |
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" |