typo .../dirname -> ../dirname
Approved by: jkh
This commit is contained in:
parent
29547d7851
commit
7344f86bd7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7216
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.97 2000/05/09 00:08:44 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.98 2000/05/17 18:29:37 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -589,7 +589,7 @@ Receiving xchat-1.3.8.tar.bz2 (305543 bytes): 100%
|
|||
|
||||
<para>And of course,</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>make PORTSDIR=.../ports PREFIX=.../local install</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>make PORTSDIR=../ports PREFIX=../local install</userinput></screen>
|
||||
|
||||
<para>will combine the two (it is too long to write fully on
|
||||
the page, but it should give you the general idea).</para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.97 2000/05/09 00:08:44 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v 1.98 2000/05/17 18:29:37 nik Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -589,7 +589,7 @@ Receiving xchat-1.3.8.tar.bz2 (305543 bytes): 100%
|
|||
|
||||
<para>And of course,</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>make PORTSDIR=.../ports PREFIX=.../local install</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>make PORTSDIR=../ports PREFIX=../local install</userinput></screen>
|
||||
|
||||
<para>will combine the two (it is too long to write fully on
|
||||
the page, but it should give you the general idea).</para>
|
||||
|
|
Loading…
Reference in a new issue