diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-18 15:14:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-18 15:14:22 +0800 |
commit | af38612d0b284883801d2e0c1e9dfb5f10aec037 (patch) | |
tree | 1434f8d75197764d7a62f152562caf0d5c4044ac /Mk/bsd.local.mk | |
parent | 2beea6163681b04182d36a5c75541414a54a951d (diff) | |
download | freebsd-ports-gnome-af38612d0b284883801d2e0c1e9dfb5f10aec037.tar.gz freebsd-ports-gnome-af38612d0b284883801d2e0c1e9dfb5f10aec037.tar.zst freebsd-ports-gnome-af38612d0b284883801d2e0c1e9dfb5f10aec037.zip |
Switch to default tabspace: 8
Diffstat (limited to 'Mk/bsd.local.mk')
-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 |