View | Details | Raw Unified | Return to bug 194910
Collapse All | Expand All

(-)Makefile.inc1 (-1 / +1 lines)
Lines 119-125 Link Here
119
119
120
BUILDENV_SHELL?=/bin/sh
120
BUILDENV_SHELL?=/bin/sh
121
121
122
SVN?=		/usr/local/bin/svn
122
SVN?=		/usr/bin/svnlite
123
SVNFLAGS?=	-r HEAD
123
SVNFLAGS?=	-r HEAD
124
124
125
MAKEOBJDIRPREFIX?=	/usr/obj
125
MAKEOBJDIRPREFIX?=	/usr/obj
(-)share/man/man5/make.conf.5 (-4 / +3 lines)
Lines 248-262 Link Here
248
.It Va SVN_UPDATE
248
.It Va SVN_UPDATE
249
.Pq Vt bool
249
.Pq Vt bool
250
Set this to use
250
Set this to use
251
.Xr svn 1
251
.Xr svnlite 1
252
to update your
252
to update your
253
.Pa src
253
.Pa src
254
tree with
254
tree with
255
.Dq Li "make update" .
255
.Dq Li "make update" .
256
Note that since a subversion client is not included in the base system,
256
Note that you can set
257
you will need to set
258
.Va SVN
257
.Va SVN
259
to the full path of a
258
to the full path of a preferred
260
.Xr svn 1
259
.Xr svn 1
261
binary.
260
binary.
262
.El
261
.El
(-)share/man/man7/build.7 (-2 / +2 lines)
Lines 40-46 Link Here
40
and
40
and
41
.Pa /usr/ports .
41
.Pa /usr/ports .
42
These directories may be initially empty or non-existent until updated with
42
These directories may be initially empty or non-existent until updated with
43
.Xr svn 1
43
.Xr svnlite 1
44
or
44
or
45
.Xr portsnap 8 .
45
.Xr portsnap 8 .
46
Directory
46
Directory
Lines 617-623 Link Here
617
.Xr cc 1 ,
617
.Xr cc 1 ,
618
.Xr install 1 ,
618
.Xr install 1 ,
619
.Xr make 1 ,
619
.Xr make 1 ,
620
.Xr svn 1 ,
620
.Xr svnlite 1 ,
621
.Xr make.conf 5 ,
621
.Xr make.conf 5 ,
622
.Xr src.conf 5 ,
622
.Xr src.conf 5 ,
623
.Xr ports 7 ,
623
.Xr ports 7 ,

Return to bug 194910