Author: gjb (doc,ports committer) Date: Sat Jan 26 00:39:52 2013 New Revision: 245929 URL: http://svnweb.freebsd.org/changeset/base/245929
Log: MFC r245918: - Fix update method (s/SUP/CVS) warning. Modified: stable/9/Makefile.inc1 (contents, props changed) Modified: stable/9/Makefile.inc1 ============================================================================== --- stable/9/Makefile.inc1 Sat Jan 26 00:37:54 2013 (r245928) +++ stable/9/Makefile.inc1 Sat Jan 26 00:39:52 2013 (r245929) @@ -972,7 +972,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)." ; \ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"