Date: Mon, 29 Jan 2024 22:26:48 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 276551] Mk: Remove MANPREFIX Message-ID: <bug-276551-7788-6ArbNiJxB4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-276551-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-276551-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276551 --- Comment #13 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D8f80d6dde15c23f550d7f2201299c04= e49d91ecc commit 8f80d6dde15c23f550d7f2201299c04e49d91ecc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-29 20:53:06 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-29 22:25:54 +0000 Mk/bsd.port.mk: Sunset MANPREFIX For historical reasons FreeBSD had been using PREFIX/man to install man pages and a variable MANPREFIX was utilized to do this. While the rest of the UNIX/Linux world had been mostly using PREFIX/share. As the first step of moving to PREFIX/share/man this commit removes all the references to the MANPREFIX variable. Apart from MAKE_ARGS this variable no longer exists and should not be used to refer to PREFIX anymore in the future. The entire shift to PREFIX/share/man will take some more times as there are around 4000 ports which installs man page to PREFIX/man. PR: 276551 Approved by: portmgr (exp-run) Mk/bsd.port.mk | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276551-7788-6ArbNiJxB4>