summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-05-12 19:15:39 +0000
committerZac Medico <zmedico@gentoo.org>2007-05-12 19:15:39 +0000
commit44be2d7975202cf72499ce0db22a955c3e4d6b35 (patch)
treef2392f70e7f286a68716e19aad1c5bfa8229ac17 /man
parent39bb31b53d1d32c78596a080046d2694f998fd37 (diff)
downloadportage-44be2d7975202cf72499ce0db22a955c3e4d6b35.tar.gz
portage-44be2d7975202cf72499ce0db22a955c3e4d6b35.tar.bz2
portage-44be2d7975202cf72499ce0db22a955c3e4d6b35.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.
svn path=/main/trunk/; revision=6523
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 bf0c4cdc4..a0d95c022 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
@@ -316,7 +316,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.