aboutsummaryrefslogtreecommitdiffstats
path: root/lang/myrddin/files/patch-configure
blob: 047af10a5d905d8314501608b2e374153fb34c9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- configure.orig	2024-02-24 15:54:53 UTC
+++ configure
@@ -71,11 +71,11 @@ case $OS in
         ;;
     *FreeBSD*)
         echo 'export SYS=freebsd' >> config.mk
-        echo export INST_MAN=$prefix/man/man >> config.mk
+        echo export INST_MAN=$prefix/share/man/man >> config.mk
         echo 'const Sys = "FreeBSD"' >> mbld/config.myr
         echo 'const Linkcmd = ["ld", "--gc-sections"]' >> mbld/config.myr
         echo 'const Dlflags : byte[:][:] = [][:]' >> mbld/config.myr
-        echo "const Manpath = \"man/man\"" >> mbld/config.myr
+        echo "const Manpath = \"share/man/man\"" >> mbld/config.myr
         ;;
     *NetBSD*)
         echo 'export SYS=netbsd' >> config.mk