svn commit: r50140 - head/en_US.ISO8859-1/books/handbook/ports
Brad Davis <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: brd Date: Sun Apr 9 00:54:08 2017 New Revision: 50140 URL: https://svnweb.freebsd.org/changeset/doc/50140 Log: Fix a slightly confusing line by stating what will happen first and then how to do it. PR: 218074 Submitted by: Kevin Phoenix <[email protected]> Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Sun Apr 9 00:48:24 2017 (r50139) +++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Sun Apr 9 00:54:08 2017 (r50140) @@ -1005,9 +1005,9 @@ Deinstalling ca_root_nss-3.15.1_1... don If the port depends upon other ports which have configurable options, it may pause several times for user interaction as the default behavior is to prompt the user to select - options from a menu. To avoid this, run <command>make - config-recursive</command> within the port skeleton to do - this configuration in one batch. Then, run <command>make + options from a menu. To avoid this and do all of the configuration + in one batch, run <command>make config-recursive</command> + within the port skeleton. Then, run <command>make install [clean]</command> to compile and install the port.</para> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"