Date: Wed, 9 Oct 2013 16:19:42 +0000 (UTC) From: Dru Lavigne <dru@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42913 - head/en_US.ISO8859-1/books/handbook/ports Message-ID: <201310091619.r99GJgsr075868@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dru Date: Wed Oct 9 16:19:41 2013 New Revision: 42913 URL: http://svnweb.freebsd.org/changeset/doc/42913 Log: Make 2 sentences clearer. Submitted by: bjk Approved by: bcr (mentor) 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 Wed Oct 9 14:57:00 2013 (r42912) +++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Wed Oct 9 16:19:41 2013 (r42913) @@ -1172,11 +1172,11 @@ Deinstalling ca_root_nss-3.15.1_1... don include <filename role="package">www/firefox</filename>, <filename role="package">security/gpgme</filename>, and <filename role="package">mail/sylpheed-claws</filename>. - If the port has configurable options, it may pause + 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 - <maketarget>config-recursive</maketarget></command> to do + <maketarget>config-recursive</maketarget></command> within the port skeleton to do this configuration in one batch. Then, run <command>make <maketarget>install [clean]</maketarget></command> to compile and install the port.</para>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310091619.r99GJgsr075868>