[Bug 276551] Mk: Remove MANPREFIX
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 276551] Mk: Remove MANPREFIX"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.