summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-22 11:26:08 +0000
committerjkh <jkh@FreeBSD.org>1994-08-22 11:26:08 +0000
commitef7e6c9729a69f6d2a17da693c46a11a48d05bd8 (patch)
tree24c1271a7d2a47ecddebb64ada0a2208f2d5affa
parentd9a66d2bff38e494b5a588b301c4f6a3b9d51b3a (diff)
downloadFreeBSD-ports-ef7e6c9729a69f6d2a17da693c46a11a48d05bd8.zip
FreeBSD-ports-ef7e6c9729a69f6d2a17da693c46a11a48d05bd8.tar.gz
Change ports Makefiles to use bsd.port.subdir.mk
Submitted by: jkh
-rw-r--r--Makefile2
-rw-r--r--editors/Makefile2
-rw-r--r--lang/Makefile2
-rw-r--r--shells/Makefile2
-rw-r--r--x11/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index fb6ba03..a81e406 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,3 @@
SUBDIR= editors lang shells x11
-.include <bsd.subdir.mk>
+.include <bsd.port.subdir.mk>
diff --git a/editors/Makefile b/editors/Makefile
index a60e67b..8a310fa 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -1,3 +1,3 @@
SUBDIR= jove emacs
-.include <bsd.subdir.mk>
+.include <bsd.port.subdir.mk>
diff --git a/lang/Makefile b/lang/Makefile
index 68e3aaf..705955b 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,3 +1,3 @@
SUBDIR= tcl tclX
-.include <bsd.subdir.mk>
+.include <bsd.port.subdir.mk>
diff --git a/shells/Makefile b/shells/Makefile
index 40ce3dd..35cbaaa 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -1,3 +1,3 @@
SUBDIR= bash
-.include <bsd.subdir.mk>
+.include <bsd.port.subdir.mk>
diff --git a/x11/Makefile b/x11/Makefile
index 89d7b87..1aeba18 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,3 +1,3 @@
SUBDIR= tk
-.include <bsd.subdir.mk>
+.include <bsd.port.subdir.mk>
OpenPOWER on IntegriCloud