diff options
author | tnn <tnn@pkgsrc.org> | 2020-08-03 15:33:45 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-08-03 15:33:45 +0000 |
commit | 8377373d61ff117164726a5ac73cb2896862aafc (patch) | |
tree | 7690733190b650cbd6617f4e8bba2d673369ad81 /shells/mksh | |
parent | db067ae32a8ea3f708889afe72b952cc9ef392bb (diff) | |
download | pkgsrc-8377373d61ff117164726a5ac73cb2896862aafc.tar.gz |
mksh: add a CHECK_PORTABILITY_SKIP with a comment
Diffstat (limited to 'shells/mksh')
-rw-r--r-- | shells/mksh/Makefile | 6 |
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: |