View | Details | Raw Unified | Return to bug 218074
Collapse All | Expand All

(-)ports/chapter.xml (-3 / +3 lines)
Lines 1005-1013 Link Here
1005
	  If the port depends upon other ports which have configurable
1005
	  If the port depends upon other ports which have configurable
1006
	  options, it may pause several times for user interaction
1006
	  options, it may pause several times for user interaction
1007
	  as the default behavior is to prompt the user to select
1007
	  as the default behavior is to prompt the user to select
1008
	  options from a menu.  To avoid this, run <command>make
1008
	  options from a menu.  To avoid this and do configuration in
1009
	    config-recursive</command> within the port skeleton to do
1009
	  one batch, run <command>make config-recursive</command>
1010
	  this configuration in one batch.  Then, run <command>make
1010
	  within the port skeleton.  Then, run <command>make
1011
	    install [clean]</command> to compile and install the
1011
	    install [clean]</command> to compile and install the
1012
	  port.</para>
1012
	  port.</para>
1013
1013

Return to bug 218074