Fix update method (s/SUP/CVS) warning.

Submitted by:	Ryan Stone
MFC after:	1 day
This commit is contained in:
Glen Barber 2013-01-25 21:44:45 +00:00
parent 1fb0ea3f1a
commit 6784ea8536
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245918

View File

@ -1044,7 +1044,7 @@ update:
echo ">>> Updating ${.CURDIR} from CVS repository" ${CVSROOT} ; \
echo "--------------------------------------------------------------" ; \
echo "!! WARNING WARNING WARNING WARNING WARNING WARNING WARNING !!" ; \
echo "!! Update methods with ${SUP} are deprecated." ; \
echo "!! Update methods with CVS are deprecated." ; \
echo "!! Please see http://www.freebsd.org/handbook/svn.html" ; \
echo "!! and convert your update method to SVN_UPDATE or" ; \
echo "!! freebsd-update(8)." ; \