s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are automati...
authorZac Medico <zmedico@gentoo.org>
Sat, 12 May 2007 19:15:39 +0000 (19:15 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 12 May 2007 19:15:39 +0000 (19:15 -0000)
svn path=/main/trunk/; revision=6523

cnf/make.conf
man/make.conf.5

index 9b08bc517cdcf30e76d934cd6359d32ce3073802..bb5b4e0c4d7ef9ece865c2d794e49a00dc6c4a5f 100644 (file)
 #     it. The entire repository of tarballs for Gentoo is 9G. This is
 #     considerably more than any user will ever download. 2-3G is
 #     a large DISTDIR.
-#DISTDIR=${PORTDIR}/distfiles
+#DISTDIR=/usr/portage/distfiles
 #
 # PKGDIR is the location of binary packages that you can have created
 #     with '--buildpkg' or '-b' while emerging a package. This can get
 #     up to several hundred megs, or even a few gigs.
-#PKGDIR=${PORTDIR}/packages
+#PKGDIR=/usr/portage/packages
 #
 # PORT_LOGDIR is the location where portage will store all the logs it
 #     creates from each individual merge. They are stored as NNNN-$PF.log
index bf0c4cdc41297889f209cdcd05a91542314a0da4..a0d95c022b845ee7a5bb6ebc3863bb99940f5bfb 100644 (file)
@@ -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.