git: 39ac815eecc4 - main - shells/ksh: Add missing option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Aug 2022 22:49:13 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=39ac815eecc453e1e7e9cc98000edb4bd9f21c86 commit 39ac815eecc453e1e7e9cc98000edb4bd9f21c86 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-08-28 22:41:30 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-08-28 22:49:09 +0000 shells/ksh: Add missing option Fixes: 6e9237ba47f0c0df54a58ca8a1bf79b44d580208 --- shells/ksh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/ksh/Makefile b/shells/ksh/Makefile index 63c5bf1e506f..01eb3a72e575 100644 --- a/shells/ksh/Makefile +++ b/shells/ksh/Makefile @@ -36,7 +36,7 @@ KSH93_CONFLICTS= ksh2020 ksh93 ast-ksh ksh-devel OPTIONS_DEFAULT= KSH93 EXAMPLES OPTIONS_DEFINE= EXAMPLES STATIC OPTIONS_SINGLE= BIN_KSH -OPTIONS_SINGLE_BIN_KSH= KSH KSH93 +OPTIONS_SINGLE_BIN_KSH= KSH KSH93 KSH93N KSH_DESC= Install to ${PREFIX}/bin/ksh KSH93_DESC= Install to ${PREFIX}/bin/ksh93 KSH93N_DESC= Install to ${PREFIX}/bin/ksh93n (new)