Improve markup of a paragraph. In this paragraph, PLIST
and TMPPLIST denote not make(1) variables, but files referenced by those variables. With new markup, it should become clear that it's files, not variables, that are read from or written to.
This commit is contained in:
parent
fafa7e8a49
commit
a63da49781
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21195
1 changed files with 5 additions and 3 deletions
|
@ -4925,14 +4925,16 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION}</programlisting>
|
|||
linkend="porting-manpages">manual pages</link>) will be done between
|
||||
the <maketarget>pre-install</maketarget> and
|
||||
<maketarget>do-install</maketarget> targets, by reading from
|
||||
<makevar>PLIST</makevar> and writing to <makevar>TMPPLIST</makevar>
|
||||
<filename><makevar>PLIST</makevar></filename> and writing to
|
||||
<filename><makevar>TMPPLIST</makevar></filename>
|
||||
(default:
|
||||
<filename><makevar>WRKDIR</makevar>/.PLIST.mktmp</filename>). So if
|
||||
your port builds <makevar>PLIST</makevar> on the fly, do so in or
|
||||
your port builds <filename><makevar>PLIST</makevar></filename>
|
||||
on the fly, do so in or
|
||||
before <maketarget>pre-install</maketarget>. Also, if your port
|
||||
needs to edit the resulting file, do so in
|
||||
<maketarget>post-install</maketarget> to a file named
|
||||
<makevar>TMPPLIST</makevar>.</para>
|
||||
<filename><makevar>TMPPLIST</makevar></filename>.</para>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="pkg-names">
|
||||
|
|
Loading…
Reference in a new issue