From 003a571d1d6585196545295efc181514f171c4c4 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 15 Jan 2020 12:06:13 +0000 Subject: Add LOCALBASE/share/man to the valid path for manpages Also compress manpages in this location. As a followup of a discussion which occured in 2017: https://lists.freebsd.org/pipermail/freebsd-arch/2017-March/018115.html And following: https://svnweb.freebsd.org/base?view=revision&revision=315053 and https://svnweb.freebsd.org/base?view=revision&revision=315142 All the supported FreeBSD version now supports share/man in manpath for LOCALBASE As a result the ports tree can now accept it for manpage, but more over migrate to this new path. Resulting in more consistency now the manpages in base and ports would be in the relative path (under share/) and a reduced amount of patching needed to port something to FreeBSD Note1: this has already be done for GNU info pages earlier Note2: due to the fact that for end user no functionnality will change during the migration of the manpages to the new location and to avoid massive rebuild of packages, it has been decided to not bump portrevision when migrating. Reviewed by: mat (portmgr) Differential Revision: https://reviews.freebsd.org/D23166 --- Templates/BSD.local.dist | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'Templates') diff --git a/Templates/BSD.local.dist b/Templates/BSD.local.dist index 80ebde088673..40ee6672253c 100644 --- a/Templates/BSD.local.dist +++ b/Templates/BSD.local.dist @@ -644,6 +644,26 @@ .. .. .. + man + man1 + .. + man2 + .. + man3 + .. + man4 + .. + man5 + .. + man6 + .. + man7 + .. + man8 + .. + man9 + .. + .. misc .. nls -- cgit v1.2.3