PERFORCE change 170022 for review
Rene Ladan
rene at FreeBSD.org
Sat Oct 31 22:19:27 UTC 2009
http://p4web.freebsd.org/chv.cgi?CH=170022
Change 170022 by rene at rene_self on 2009/10/31 22:18:49
[porters handbook]
* fix some language nits
Reviewed by: keramida
Affected files ...
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#48 edit
Differences ...
==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#48 (text+ko) ====
@@ -3379,7 +3379,7 @@
any <makevar>USE_<replaceable>*</replaceable></makevar>
in <filename>/etc/make.conf</filename>. For instance,
setting <programlisting>USE_GCC=3.4</programlisting>
- would adds a dependency on gcc34 for every port,
+ would add a dependency on gcc34 for every port,
including gcc34 itself!</para>
</note>
@@ -9105,9 +9105,9 @@
<title><makevar>PREFIX</makevar> and <makevar>DESTDIR</makevar></title>
<para><makevar>PREFIX</makevar> determines the location where
- the port will install. It is usually <filename>/usr/local</filename>,
- or <filename>/opt</filename>. User can set <makevar>PREFIX</makevar>
- to anything he wants. Your port must respect this variable.</para>
+ the port will install. It is usually <filename>/usr/local</filename>
+ or <filename>/opt</filename>, but can be set
+ to a custom path. Your port must respect this variable.</para>
<para><makevar>DESTDIR</makevar>, if set by user, determines the
complete alternative environment, usually a jail, or an installed
More information about the p4-projects
mailing list