From 6afaf6f691727037e4ec17e45ef9397afd83a568 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 1 Mar 2006 20:37:11 +0000 Subject: 4.5.2.1 Overriding the Default Ports Directories - Replace PORTSDIR with WRKDIRPREFIX to make a bit more sense PR: docs/92699 Complained on by: Matthias Reinhold --- en_US.ISO8859-1/books/handbook/ports/chapter.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'en_US.ISO8859-1') 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 Overriding the Default Ports Directories Sometimes it is useful (or mandatory) to use a different - distfiles and ports directory. The - PORTSDIR and PREFIX + working and target directory. The + WRKDIRPREFIX and PREFIX variables can override the default directories. For example: - &prompt.root; make PORTSDIR=/usr/home/example/ports install + &prompt.root; make WRKDIRPREFIX=/usr/home/example/ports install will compile the port in /usr/home/example/ports and install @@ -1053,7 +1053,7 @@ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ fetch And of course, - &prompt.root; make PORTSDIR=../ports PREFIX=../local install + &prompt.root; make WRKDIRPREFIX=../ports PREFIX=../local install will combine the two (it is too long to completely write on this page, but it should give you the general -- cgit v1.2.3