- Switch to csup from cvsup. The src tree Makefile already switched

4 years ago.

PR:		docs/133567
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
This commit is contained in:
Gabor Kovesdan 2010-06-05 16:45:14 +00:00
parent a47e58eef2
commit a64395b6a2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35852

View file

@ -29,8 +29,8 @@ SUBDIR+= zh_TW.Big5
DOC_PREFIX?= ${.CURDIR}
SUP?= ${PREFIX}/bin/cvsup
SUPFLAGS?= -g -L 2 -P -
SUP?= /usr/bin/csup
SUPFLAGS?= -L 2
.if defined(SUPHOST)
SUPFLAGS+= -h ${SUPHOST}
.endif