From a63da497818c2fed296cdcf679d5ab1419dab700 Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Sat, 19 Jun 2004 22:37:46 +0000 Subject: [PATCH] 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. --- en_US.ISO8859-1/books/porters-handbook/book.sgml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index c8394c3b3a..cbb5a9c820 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -4925,14 +4925,16 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} linkend="porting-manpages">manual pages) will be done between the pre-install and do-install targets, by reading from - PLIST and writing to TMPPLIST + PLIST and writing to + TMPPLIST (default: WRKDIR/.PLIST.mktmp). So if - your port builds PLIST on the fly, do so in or + your port builds PLIST + on the fly, do so in or before pre-install. Also, if your port needs to edit the resulting file, do so in post-install to a file named - TMPPLIST. + TMPPLIST.