Update editors/libreoffice-sq to version 5.2.5
[dports.git] / Mk / bsd.local.mk
1 # bsd.local.mk - Sandbox for local modification to ports framework.
2 #
3 # Created by: Mark Linimon <linimon@FreeBSD.org>
4 #
5 # $FreeBSD$
6 #
7
8 .if !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include)
9
10 Local_Pre_Include=      bsd.local.mk
11
12 #
13 # Here is where any code that needs to run at bsd.port.pre.mk inclusion
14 # time should live.
15 #
16
17 .endif # !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include)
18
19 .if defined(_POSTMKINCLUDED) && !defined(Local_Post_Include)
20
21 Local_Post_Include=     bsd.local.mk
22
23 #
24 # here is where any code that needs to run at bsd.port.post.mk inclusion
25 # time should live.
26 #
27
28 .endif # defined(_POSTMKINCLUDED) && !defined(Local_Post_Include)