diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-09 14:02:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-09 14:02:44 +0000 |
commit | 325a5b3f4a70f71b1fcd953e401b4e449de2940c (patch) | |
tree | c3ff3a2af0e71b93d2eb240d90ff4a555ac9d939 | |
parent | 294a8761fd9c50c7c0843cdd846d8cb1c22cf19c (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/books/porters-handbook/book.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 8c6c40a623..521c8c4ddc 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -4002,6 +4002,11 @@ PORTVERSION= 1.0</programlisting> <makevar>IGNORE</makevar>, which is more fully documented in <xref linkend="dads-noinstall">.</para> </note> + + <para>When removing one of several conflicting ports, it is advisable to + retain the <makevar>CONFLICTS</makevar> entries in those other ports + for a few months to cater for users who only update once in a + while.</para> </sect1> <sect1 id="install"> |