Documented MANPREFIX and MAN%cPREFIX (where %c=[1-9LN]).
[my wording is probably awkward, if a wordsmith is bored perhaps they could take a look at this]
This commit is contained in:
parent
bca5b90335
commit
d1db618368
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=931
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!-- $Id: porting.sgml,v 1.52 1996-12-30 21:33:38 jfieber Exp $ -->
|
<!-- $Id: porting.sgml,v 1.53 1997-01-01 22:39:12 obrien Exp $ -->
|
||||||
<!-- The FreeBSD Documentation Project -->
|
<!-- The FreeBSD Documentation Project -->
|
||||||
|
|
||||||
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
||||||
|
@ -955,6 +955,12 @@ MAN8= baz.8
|
||||||
<p>Note that this is not usually necessary with ports that are X
|
<p>Note that this is not usually necessary with ports that are X
|
||||||
applications and use Imake to build.
|
applications and use Imake to build.
|
||||||
|
|
||||||
|
<p>If your port anchors its man tree somewhere other than
|
||||||
|
<tt>PREFIX</tt>, you can use the <tt>MANPREFIX</tt> to set it.
|
||||||
|
Also, if only some of the manpages go in a non-standard place,
|
||||||
|
such as many Perl modules ports, you can set individual man
|
||||||
|
paths using <tt>MAN%cPREFIX</tt> (where %c=[1-9LN]).
|
||||||
|
|
||||||
<sect3>
|
<sect3>
|
||||||
<heading>INSTALL_* macros</heading>
|
<heading>INSTALL_* macros</heading>
|
||||||
<p>Do use the macros provided in <tt>bsd.port.mk</tt> to
|
<p>Do use the macros provided in <tt>bsd.port.mk</tt> to
|
||||||
|
|
Loading…
Reference in a new issue