aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-01 20:37:11 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-01 20:37:11 +0000
commit6afaf6f691727037e4ec17e45ef9397afd83a568 (patch)
treed45334666f47e9f6d7d5fa35ec21bcb76686d870 /en_US.ISO8859-1
parent9f7a4ee9ad5bc921927d4642f11223a93e22327d (diff)
Notes
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r--en_US.ISO8859-1/books/handbook/ports/chapter.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
index 64393aaf09..e7cd92c458 100644
--- a/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/ports/chapter.sgml
@@ -1034,12 +1034,12 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
<title>Overriding the Default Ports Directories</title>
<para>Sometimes it is useful (or mandatory) to use a different
- distfiles and ports directory. The
- <makevar>PORTSDIR</makevar> and <makevar>PREFIX</makevar>
+ working and target directory. The
+ <makevar>WRKDIRPREFIX</makevar> and <makevar>PREFIX</makevar>
variables can override the default directories. For
example:</para>
- <screen>&prompt.root; <userinput>make PORTSDIR=/usr/home/example/ports install</userinput></screen>
+ <screen>&prompt.root; <userinput>make WRKDIRPREFIX=/usr/home/example/ports install</userinput></screen>
<para>will compile the port in
<filename>/usr/home/example/ports</filename> and install
@@ -1053,7 +1053,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch</userinput></screen>
<para>And of course,</para>
- <screen>&prompt.root; <userinput>make PORTSDIR=../ports PREFIX=../local install</userinput></screen>
+ <screen>&prompt.root; <userinput>make WRKDIRPREFIX=../ports PREFIX=../local install</userinput></screen>
<para>will combine the two (it is too long to completely write
on this page, but it should give you the general