Correct some incorrect instructions.
Submitted by: Mattias.Gronlund@sa.erisoft.se (Mattias Gronlund)
This commit is contained in:
parent
955189b4f1
commit
e853655897
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: ports.sgml,v 1.2 1995-05-18 03:05:19 jfieber Exp $ -->
|
||||
<!-- $Id: ports.sgml,v 1.3 1995-06-23 13:59:37 jfieber Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect><heading>The Ports collection<label id="ports:"></heading>
|
||||
|
@ -148,7 +148,7 @@ third party, who is I believe aware of its shortcomings)
|
|||
<p> There is a way around this. Before starting the compilation, type:
|
||||
<verb>
|
||||
setenv BATCH yes # (if you use csh/tcsh) or
|
||||
BATCH=yes # (for sh/bash)
|
||||
BATCH=yes; export BATCH # (for sh/bash)
|
||||
</verb>
|
||||
This should miss out ports which need user interaction. Unfortunately,
|
||||
ncftp doesn't know about this trick, and can often screw up and ask
|
||||
|
|
Loading…
Reference in a new issue