aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portmk/files/portmk5.patch
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-07-06 12:41:03 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-07-06 12:41:03 +0000
commit193ffbdfe83678690f5ed7a289fa511b66006f83 (patch)
tree27e1d2160ad77adae34ea49e01db91210533114c /ports-mgmt/portmk/files/portmk5.patch
parent4e3013cd8d46bc12b506ff9bfcb16ae14bc6cad1 (diff)
Add devel/portmk, a place where bsd.port.mk development can happen.
Notes
Notes: svn path=/head/; revision=113054
Diffstat (limited to 'ports-mgmt/portmk/files/portmk5.patch')
-rw-r--r--ports-mgmt/portmk/files/portmk5.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/ports-mgmt/portmk/files/portmk5.patch b/ports-mgmt/portmk/files/portmk5.patch
new file mode 100644
index 000000000000..33c8655a2091
--- /dev/null
+++ b/ports-mgmt/portmk/files/portmk5.patch
@@ -0,0 +1,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}"