From bd1d8a144a9549ee32e8a6899224878184df17d2 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 17 May 2002 00:53:36 +0000 Subject: [PATCH] Make the __FreeBSD_version list its own section so it is easier to find from the index. Approved by: trhodes --- en_US.ISO8859-1/books/porters-handbook/book.sgml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 7faf40dc43..04c214685d 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -2548,6 +2548,15 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} # endif #endif + In the hundreds of ports that have been done, there have only + been one or two cases where __FreeBSD__ should + have been used. Just because an earlier port screwed up and used it + in the wrong place does not mean you should do so too. + + + + __FreeBSD_version values + @@ -3255,11 +3264,6 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} worry about old -CURRENTs; they are listed here just for your reference. - - In the hundreds of ports that have been done, there have only - been one or two cases where __FreeBSD__ should - have been used. Just because an earlier port screwed up and used it - in the wrong place does not mean you should do so too. @@ -3322,7 +3326,7 @@ PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} OSVERSION The numeric version of the operating system, same as __FreeBSD_version. + linkend="freebsd-versions">__FreeBSD_version.