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:
Yaroslav Tykhiy 2004-06-19 22:37:46 +00:00
parent fafa7e8a49
commit a63da49781
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21195

View file

@ -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">