svn commit: r47743 - head/en_US.ISO8859-1/books/porters-handbook/makefiles
Mathieu Arnold
mat at FreeBSD.org
Thu Nov 5 12:53:28 UTC 2015
Author: mat
Date: Thu Nov 5 12:53:27 2015
New Revision: 47743
URL: https://svnweb.freebsd.org/changeset/doc/47743
Log:
Catch up with the change in NO_WRKSUBDIR meaning.
Sponsored by: Absolight
Modified:
head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Thu Nov 5 11:43:55 2015 (r47742)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Thu Nov 5 12:53:27 2015 (r47743)
@@ -4963,8 +4963,8 @@ PORTVERSION= 1.0</programlisting>
<para>Because <varname>WRKDIR</varname> is the only directory
that is supposed to be writable during the build, and is
used to store many files recording the status of the build,
- it is always better to force extraction into a subdirectory
- anyway.</para>
+ the port's extraction will be forced into a
+ subdirectory.</para>
</note>
</sect2>
</sect1>
More information about the svn-doc-head
mailing list