diff options
author | gjb <gjb@FreeBSD.org> | 2013-01-22 01:10:47 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2013-01-22 01:10:47 +0000 |
commit | 588ded67ca262aa5e0cac24a99b2bebc4b4086b2 (patch) | |
tree | d28e2f0f17eceb2ae1ccb2d39ad4760f4d100fcb /share/man/man5 | |
parent | 7e3a9b068afb89996bd0ac6e5516ff59616a2cb9 (diff) | |
download | FreeBSD-src-588ded67ca262aa5e0cac24a99b2bebc4b4086b2.zip FreeBSD-src-588ded67ca262aa5e0cac24a99b2bebc4b4086b2.tar.gz |
- Mark SUP_UPDATE as deprecated in make.conf(5), providing
instructions to use SVN_UPDATE or freebsd-update(8).
- While here, remove bogus NO_WWWUPDATE.
MFC after: 3 days
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/make.conf.5 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index f9d0184..f7fad38 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 14, 2012 +.Dd January 21, 2013 .Dt MAKE.CONF 5 .Os .Sh NAME @@ -255,10 +255,6 @@ Set this to not update the doc tree during .Pq Vt bool Set this to not update the ports tree during .Dq Li "make update" . -.It Va NO_WWWUPDATE -.Pq Vt bool -Set this to not update the www tree during -.Dq Li "make update" . .It Va SUP .Pq Vt str The location of the @@ -309,6 +305,11 @@ and .Pa ports trees with .Dq Li "make update" . +This option is deprecated. +Please use +.Va SVN_UPDATE +or +.Xr freebsd-update 8 . .It Va SVN_UPDATE .Pq Vt bool Set this to use |