[Bug 276551] Mk: Remove MANPREFIX

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 Jan 2024 12:25:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276551

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvd@FreeBSD.org

--- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> ---
-GNU_CONFIGURE_MANPREFIX?=      ${PREFIX}
+GNU_CONFIGURE_MANPREFIX?=      ${PREFIX}/share
-MANDIRS+=      ${PREFIX}/man
+MANDIRS+=      ${PREFIX}/share/man
on next step?

-- 
You are receiving this mail because:
You are on the CC list for the bug.