blob: 33c8655a209120609cda154c4427a56c8e7bf865 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Prereq: 1.306
Index: bsd.port.mk
--- bsd.port.mk 19 Apr 2002 07:43:50 -0000
+++ bsd.port.mk 2 Jul 2004 20:47:18 -0000
@@ -2,5 +2,6 @@
PORTSDIR?= /usr/ports
+BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk
.include <bsd.own.mk>
-.include "${PORTSDIR}/Mk/bsd.port.mk"
+.include "${BSDPORTMK}"
Prereq: 1.30
Index: bsd.port.subdir.mk
--- bsd.port.subdir.mk 19 Apr 2002 07:43:50 -0000
+++ bsd.port.subdir.mk 2 Jul 2004 20:47:18 -0000
@@ -2,4 +2,5 @@
PORTSDIR?= /usr/ports
+BSDPORTSUBDIRMK?= ${PORTSDIR}/Mk/bsd.port.subdir.mk
-.include "${PORTSDIR}/Mk/bsd.port.subdir.mk"
+.include "${BSDPORTSUBDIRMK}"
|