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