summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-08-03 15:33:45 +0000
committertnn <tnn@pkgsrc.org>2020-08-03 15:33:45 +0000
commit8377373d61ff117164726a5ac73cb2896862aafc (patch)
tree7690733190b650cbd6617f4e8bba2d673369ad81 /shells
parentdb067ae32a8ea3f708889afe72b952cc9ef392bb (diff)
downloadpkgsrc-8377373d61ff117164726a5ac73cb2896862aafc.tar.gz
mksh: add a CHECK_PORTABILITY_SKIP with a comment
Diffstat (limited to 'shells')
-rw-r--r--shells/mksh/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile
index cd9e3ebddd3..d8f0df648ac 100644
--- a/shells/mksh/Makefile
+++ b/shells/mksh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/07/10 11:24:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.42 2020/08/03 15:33:45 tnn Exp $
DISTNAME= mksh-R59b
PKGNAME= ${DISTNAME:S/-R/-/}
@@ -44,6 +44,10 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/mksh.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
${INSTALL_DATA} ${WRKSRC}/dot.mkshrc ${DESTDIR}${PREFIX}/share/examples/mksh/
+# For check-portability's double brackets check.
+# This should be patched instead.
+CHECK_PORTABILITY_SKIP+= Build.sh
+
# Uncomment this if you want to run the regression tests
#USE_TOOLS+= perl
#do-test: