Re: git: 5674b7b9f22c - main - devel/flang-clang: fix pkg-plist use share/man

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Mon, 16 May 2022 08:03:51 UTC
On Mon, May 16, 2022 at 07:09:16AM +0000, Alexey Dokuchaev wrote:
> On Mon, May 16, 2022 at 06:57:30AM +0000, Lo??c Bartoletti wrote:
> > commit 5674b7b9f22cdd798ab99a48e03450c9f6710530
> > 
> >   devel/flang-clang: fix pkg-plist use share/man
> 
> Why?  I don't see any patches removed, so "match upstream" argument
> does not apply here, they are both fine.  So why change shorter path
> to a longer one?
> 
> ./danfe

Because as stated in the commit in manpath which adds share/man for localbase,
it fixes an inconsistency between localbase and base:

https://cgit.freebsd.org/src/commit/usr.bin/man?id=61d5f2d1627eeb6d7f33a7b4f6809b674a95a1b5

While no plan has been set in stone for the ports tree, it would be nice to
slowly switch from localbase/man to localbase/share/man for the entire ports
tree in order to be able to drop the localbase/man in the futur.

(the same would apply to localbase/info vs localbase/share/info)

Best regards,
Bapt