diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-18 07:14:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-18 07:14:22 +0000 |
commit | f2f654692d207d5ba88e68e4221a677846937954 (patch) | |
tree | 1434f8d75197764d7a62f152562caf0d5c4044ac | |
parent | 7c484e741d67a2db4cadd07bd88229ef7ce1df5f (diff) | |
download | ports-f2f654692d207d5ba88e68e4221a677846937954.tar.gz ports-f2f654692d207d5ba88e68e4221a677846937954.zip |
Notes
-rw-r--r-- | Mk/bsd.local.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Mk/bsd.local.mk b/Mk/bsd.local.mk index 4b3cb3c461ff..1e868e2dc404 100644 --- a/Mk/bsd.local.mk +++ b/Mk/bsd.local.mk @@ -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@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 |