summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-05-23 20:33:27 +0000
committerZac Medico <zmedico@gentoo.org>2007-05-23 20:33:27 +0000
commite9a331bd572748a82b611230022e2f0e8474de16 (patch)
treec9f54e69640b92c24f84e09352c4ad946e51afe7 /man
parent401f867b5b61b172d40a59b55b709a22900e07bb (diff)
downloadportage-e9a331bd572748a82b611230022e2f0e8474de16.tar.gz
portage-e9a331bd572748a82b611230022e2f0e8474de16.tar.bz2
portage-e9a331bd572748a82b611230022e2f0e8474de16.zip
s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are automatically relative to ${PORTDIR} when the value of ${PORTDIR} has changed to something other than /usr/portage. Thanks to kerframil for reporting. (trunk r6522:6523)
svn path=/main/branches/2.1.2/; revision=6602
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index db3cafbb6..dc01a2c55 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -98,7 +98,7 @@ as \fI\-\-target=${CTARGET}\fR only if it is defined.
\fBDISTDIR\fR = \fI[path]\fR
Defines the location of your local source file repository.
.br
-Defaults to ${PORTDIR}/distfiles.
+Defaults to /usr/portage/distfiles.
.TP
.B DOC_SYMLINKS_DIR
If this variable contains a directory then symlinks to html documentation will
@@ -317,7 +317,7 @@ Defaults to false.
\fBPKGDIR\fR = \fI[path]\fR
Defines the location where created .tbz2 binary packages will be stored.
.br
-Defaults to ${PORTDIR}/packages.
+Defaults to /usr/portage/packages.
.TP
.B PORT_LOGDIR
This variable defines the directory in which per\-ebuild logs are kept.