freebsd-ports/shells/ksh2020/files/extra-patch-install-as-ksh93-doc
Cy Schubert 235a81d83c att/ast on Github has branched ksh2020 and reverted mainline back to
ksh93u+ and v-. See github commit 0be82553e98be77238577bc0eaafda0f1cf807fe.

To learn how and why our att/ast upstream made this decision see
https://github.com/att/ast/issues/1464 and
https://github.com/att/ast/issues/1466.

The next steps will be to update shells/ksh93-devel to att/ast master.
shells/ksh93 will likely be based on att/ast master at
0be82553e98be77238577bc0eaafda0f1cf807fe or some future tag or branch.
2020-02-09 05:32:45 +00:00

10 lines
509 B
Text

--- src/cmd/ksh93/docs/meson.build.orig 2019-09-16 17:08:04.000000000 -0700
+++ src/cmd/ksh93/docs/meson.build 2019-09-17 12:15:14.321848000 -0700
@@ -3,6 +3,6 @@
# default man page directory: /usr/local/share/man/man1. The man pages for individual builtins will
# be installed in /usr/local/share/ksh/man.
#
-install_man('ksh.1', install_mode: 'rw-r--r--')
+install_man('ksh93.1', install_mode: 'rw-r--r--')
# See also scripts/install_aux_files.sh which takes care of installing the private man pages.