oksh-noxz

[fork] Portable OpenBSD ksh, based on the Public Domain Korn Shell (pdksh).
git clone https://noxz.tech/git/oksh-noxz.git
oksh-noxz

commit: 8295e3296537f06a1ef72c0246b72c47a540bd09
parent: 9017c6aebc8fe894d69ef70fa9c330cb4d998bde
author: Jay Williams <jay@myd3.com>
date:   Thu, 9 Nov 2017 09:46:52 -0600
Adjust man doc path for Darwin

Issue #13
MGNUmakefile4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/GNUmakefile b/GNUmakefile
@@ -68,9 +68,9 @@ endif
 
 install: all
 ifeq ($(UNAME_S),Darwin)
-	@mkdir -p ${PREFIX}/bin ${MANDIR}/man1
+	@mkdir -p ${PREFIX}/bin ${PREFIX}/share/man/man1
 	${INSTALL} -m 755 ${PROG} ${PREFIX}/bin
-	${INSTALL} -m 644 ${PROG}.1 ${MANDIR}/man1
+	${INSTALL} -m 644 ${PROG}.1 ${PREFIX}/share/man/man1
 else ifeq ($(findstring CYGWIN,$(UNAME_S)),CYGWIN)
 	@mkdir -p ${PREFIX}/bin ${MANDIR}/man1
 	${INSTALL} -c -s -m 555 ${PROG} ${PREFIX}/bin