Author: gjb
Date: Tue Jun 10 15:20:41 2014
New Revision: 267327
URL: http://svnweb.freebsd.org/changeset/base/267327

Log:
  Fix indentation level.
  
  MFC after:    3 days
  X-MFC-With:   r267326
  Sponsored by: The FreeBSD Foundation

Modified:
  head/release/Makefile

Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile       Tue Jun 10 15:19:28 2014        (r267326)
+++ head/release/Makefile       Tue Jun 10 15:20:41 2014        (r267327)
@@ -100,9 +100,9 @@ CLEANFILES= packagesystem *.txz MANIFEST
 CLEANFILES+=   ${I}.xz
 . endfor
 .endif
-. if defined(WITH_DVD) && !empty(WITH_DVD)
+.if defined(WITH_DVD) && !empty(WITH_DVD)
 CLEANFILES+=   pkg-stage
-. endif
+.endif
 CLEANDIRS=     dist ftp release bootonly dvd
 beforeclean:
        chflags -R noschg .
_______________________________________________
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"

Reply via email to