svn commit: r358214 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 18 07:14:23 UTC 2014


Author: bapt
Date: Wed Jun 18 07:14:22 2014
New Revision: 358214
URL: http://svnweb.freebsd.org/changeset/ports/358214
QAT: https://qat.redports.org/buildarchive/r358214/

Log:
  Switch to default tabspace: 8

Modified:
  head/Mk/bsd.local.mk

Modified: head/Mk/bsd.local.mk
==============================================================================
--- head/Mk/bsd.local.mk	Wed Jun 18 07:13:26 2014	(r358213)
+++ head/Mk/bsd.local.mk	Wed Jun 18 07:14:22 2014	(r358214)
@@ -1,6 +1,3 @@
-# -*- tab-width: 4; -*-
-# ex: ts=4
-#
 # bsd.local.mk - Sandbox for local modification to ports framework.
 #
 # Created by: Mark Linimon <linimon at FreeBSD.org>
@@ -10,7 +7,7 @@
 
 .if !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include)
 
-Local_Pre_Include=		bsd.local.mk
+Local_Pre_Include=	bsd.local.mk
 
 #
 # Here is where any code that needs to run at bsd.port.pre.mk inclusion


More information about the svn-ports-head mailing list