diff --git a/en_US.ISO8859-1/articles/fbsd-from-scratch/article.sgml b/en_US.ISO8859-1/articles/fbsd-from-scratch/article.sgml index e9c4b949e8..8be9192048 100644 --- a/en_US.ISO8859-1/articles/fbsd-from-scratch/article.sgml +++ b/en_US.ISO8859-1/articles/fbsd-from-scratch/article.sgml @@ -451,13 +451,13 @@ Do you wish to delete what is left of /var/tmp/temproot.stage1? [no] 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: make install). Empty lines and lines + (default: make install BATCH=yes < /dev/null). + 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 make variables, e.g.: - www mozilla make WITHOUT_MAILNEWS=yes WITHOUT_CHATZILLA=yes install -mail procmail make BATCH=yes install + www mozilla make WITHOUT_MAILNEWS=yes WITHOUT_CHATZILLA=yes install In fact you can specify arbitrary shell commands, so you are not restricted to simple make invocations: