- Rewrite the section on manual pages in the light of stage directories,

missed previously.

Submitted by:	bapt
This commit is contained in:
Gabor Pali 2013-10-31 15:14:56 +00:00
parent 037dde5ba0
commit 571fbf7032
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43084

View file

@ -4149,15 +4149,13 @@ MASTERDIR= ${.CURDIR}/../xdvi300
<title>Man Pages</title> <title>Man Pages</title>
<para>If your port anchors its man tree somewhere other than <para>If your port anchors its man tree somewhere other than
<makevar>PREFIX</makevar>, you can use the <makevar>PREFIX</makevar>, you can use
<makevar>MANPREFIX</makevar> to set it. Also, if only <makevar>MANDIRS</makevar> to specify those directories. Note
manpages in certain sections go in a non-standard place, such that the files corresponding to manual pages should be placed in
as some <literal>perl</literal> modules ports, you can set <filename>pkg-plist</filename> along with the rest of the files.
individual man paths using The purpose of <makevar>MANDIRS</makevar> is to enable automatic
<makevar>MAN<replaceable>sect</replaceable>PREFIX</makevar> compression of manual pages, therefore the file names should be
(where <replaceable>sect</replaceable> is one of suffixed with <filename>.gz</filename>.</para>
<literal>1-9</literal>, <literal>L</literal> or
<literal>N</literal>).</para>
</sect1> </sect1>
<sect1 id="makefile-info"> <sect1 id="makefile-info">