shithub: mc

Download patch

ref: f3af31e4d40d749bddf67c793cd32602c14d586e
parent: a229550437b42fcddd9b79bf059a28130b2e74b1
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Feb 7 14:15:03 EST 2017

FreeBSD also uses the same INST_MAN rules as OpenBSD

--- a/configure
+++ b/configure
@@ -65,7 +65,7 @@
         ;;
     *FreeBSD*)
         echo 'export SYS=freebsd' >> config.mk
-        echo export INST_MAN=$prefix/share/man/man >> config.mk
+        echo export INST_MAN=$prefix/man/man >> config.mk
         echo 'const Sys = "FreeBSD"' >> mbld/config.myr
         echo 'const Linkcmd = ["ld", "-o"]' >> mbld/config.myr
         echo "const Manpath = \"share/man/man\"" >> mbld/config.myr