Index: Makefile.inc1 =================================================================== --- Makefile.inc1 (revision 274308) +++ Makefile.inc1 (working copy) @@ -119,7 +119,7 @@ BUILDENV_SHELL?=/bin/sh -SVN?= /usr/local/bin/svn +SVN?= /usr/bin/svnlite SVNFLAGS?= -r HEAD MAKEOBJDIRPREFIX?= /usr/obj Index: share/man/man5/make.conf.5 =================================================================== --- share/man/man5/make.conf.5 (revision 274308) +++ share/man/man5/make.conf.5 (working copy) @@ -248,15 +248,14 @@ .It Va SVN_UPDATE .Pq Vt bool Set this to use -.Xr svn 1 +.Xr svnlite 1 to update your .Pa src tree with .Dq Li "make update" . -Note that since a subversion client is not included in the base system, -you will need to set +Note that you can set .Va SVN -to the full path of a +to the full path of a preferred .Xr svn 1 binary. .El Index: share/man/man7/build.7 =================================================================== --- share/man/man7/build.7 (revision 274308) +++ share/man/man7/build.7 (working copy) @@ -40,7 +40,7 @@ and .Pa /usr/ports . These directories may be initially empty or non-existent until updated with -.Xr svn 1 +.Xr svnlite 1 or .Xr portsnap 8 . Directory @@ -617,7 +617,7 @@ .Xr cc 1 , .Xr install 1 , .Xr make 1 , -.Xr svn 1 , +.Xr svnlite 1 , .Xr make.conf 5 , .Xr src.conf 5 , .Xr ports 7 ,