svn commit: r211168 - user/dougb/portmaster/files

Doug Barton dougb at FreeBSD.org
Wed Aug 11 06:49:30 UTC 2010


Author: dougb
Date: Wed Aug 11 06:49:29 2010
New Revision: 211168
URL: http://svn.freebsd.org/changeset/base/211168

Log:
  As of r211166 PACKAGES is the only variable needed for --index-only and
  no /usr/ports and/or $PORTSDIR

Modified:
  user/dougb/portmaster/files/portmaster.8

Modified: user/dougb/portmaster/files/portmaster.8
==============================================================================
--- user/dougb/portmaster/files/portmaster.8	Wed Aug 11 06:43:14 2010	(r211167)
+++ user/dougb/portmaster/files/portmaster.8	Wed Aug 11 06:49:29 2010	(r211168)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 7, 2010
+.Dd August 8, 2010
 .Dt PORTMASTER 8
 .Os
 .Sh NAME
@@ -572,14 +572,13 @@ When using the
 .Fl -index-only
 option the
 .Ev PACKAGES
-and
-.Ev INDEXDIR
-variables must each be set to a dirctory where the
+variable must be set to a dirctory where the
 superuser has write permissions.
 Other useful variables include:
 .Bd -literal
 MASTER_SITE_INDEX	(default http://www.FreeBSD.org/ports/)
 FETCHINDEX		(default fetch -am -o)
+INDEXDIR		(default $PORTSDIR, or $TMPDIR for --index-only)
 INDEXFILE		(default auto per FreeBSD version)
 .Ed
 .Pp


More information about the svn-src-user mailing list