Author: gjb
Date: Tue May 26 21:58:22 2015
New Revision: 283593
URL: https://svnweb.freebsd.org/changeset/base/283593

Log:
  Fix a typo.
  
  Submitted by: ian
  MFC after:    3 days
  Sponsored by: The FreeBSD Foundation

Modified:
  head/release/Makefile.mirrors

Modified: head/release/Makefile.mirrors
==============================================================================
--- head/release/Makefile.mirrors       Tue May 26 21:53:04 2015        
(r283592)
+++ head/release/Makefile.mirrors       Tue May 26 21:58:22 2015        
(r283593)
@@ -41,7 +41,7 @@ SVNVERSION?=          ${_D}/${_S}
 .  if exists(${SVNVERSION}) && !empty(SVNVERSION)
 SVNREVISION!=          ${SVNVERSION} ${WORLDDIR}/Makefile
 .  endif
-. endif # !defined(SVNERVISION)
+. endif # !defined(SVNREVISION)
 . if !defined(BUILDDATE) || empty(BUILDDATE)
 .  if exists(${.CURDIR}/${.OBJDIR}/dist/base/bin/sh)
 BUILDDATE!=            cd ${.CURDIR} && date -j -f '%s' $$(stat -f "%c" 
${.OBJDIR}/dist/base/bin/sh) +%Y%m%d
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to