Default build command now includes BATCH=yes < /dev/null.

This commit is contained in:
Jens Schweikhardt 2004-07-19 20:58:41 +00:00
parent 4f4c91c5a8
commit c58715b69e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21588

View file

@ -451,13 +451,13 @@ Do you wish to delete what is left of /var/tmp/temproot.stage1? [no] <userinput>
<para>The list of ports consists of lines with two or more space
separated words: the category and the port, optionally followed by
an installation command that will compile and install the port
(default: <command>make install</command>). Empty lines and lines
(default: <command>make install BATCH=yes &lt; /dev/null</command>).
Empty lines and lines
starting with # are ignored. Most of the time it suffices to only
name category and port. A few ports however can be fine tuned by
specifying <command>make</command> variables, e.g.:</para>
<programlisting>www mozilla make WITHOUT_MAILNEWS=yes WITHOUT_CHATZILLA=yes install
mail procmail make BATCH=yes install</programlisting>
<programlisting>www mozilla make WITHOUT_MAILNEWS=yes WITHOUT_CHATZILLA=yes install</programlisting>
<para>In fact you can specify arbitrary shell commands, so you are
not restricted to simple <command>make</command> invocations:</para>