- 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:
parent
a47e58eef2
commit
a64395b6a2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35852
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue