IS_INTERACTIVE -> INTERACTIVE when explaining how to build interactive ports.

PR:		docs/28822
Submitted by:	Martin Kammerhofer <mkamm@gmx.net>
This commit is contained in:
Nik Clayton 2001-07-11 13:16:24 +00:00
parent 6b66b69b59
commit 3d63a1d046
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9839

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v 1.118 2001/06/28 12:58:25 tom Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v 1.119 2001/07/06 13:03:04 dd Exp $
-->
<chapter id="ports">
@ -322,8 +322,15 @@ docbook =
of the installed version and the version available in the local
ports tree.</para>
<informaltable>
<informaltable frame="none">
<tgroup cols="2">
<thead>
<row>
<entry>Symbol</entry>
<entry>Meaning</entry>
</row>
</thead>
<tbody>
<row>
<entry>=</entry> <entry>The version of the
@ -1132,7 +1139,7 @@ arcade game.</screen>
you come back, do:</para>
<screen>&prompt.root; <userinput>cd /usr/ports</userinput>
&prompt.root; <userinput>make -DIS_INTERACTIVE install</userinput></screen>
&prompt.root; <userinput>make -DINTERACTIVE install</userinput></screen>
<para>to finish the job.</para>
</answer>