summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-19 07:42:41 +0000
committerru <ru@FreeBSD.org>2002-04-19 07:42:41 +0000
commitf3e57ac38680b7f5bc7a2b5b2ddea15b9c299139 (patch)
tree73917976dad09ee01baa5d9b118990d0ccef1bff
parent57f0c44bf3b1cfe151fae642e64dec84efc24ea3 (diff)
downloadFreeBSD-src-f3e57ac38680b7f5bc7a2b5b2ddea15b9c299139.zip
FreeBSD-src-f3e57ac38680b7f5bc7a2b5b2ddea15b9c299139.tar.gz
Fix the type of .include.
-rw-r--r--share/mk/bsd.port.post.mk2
-rw-r--r--share/mk/bsd.port.pre.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.post.mk b/share/mk/bsd.port.post.mk
index 82c203c..d64dc12 100644
--- a/share/mk/bsd.port.post.mk
+++ b/share/mk/bsd.port.post.mk
@@ -2,6 +2,6 @@
AFTERPORTMK= yes
-.include "bsd.port.mk"
+.include <bsd.port.mk>
.undef AFTERPORTMK
diff --git a/share/mk/bsd.port.pre.mk b/share/mk/bsd.port.pre.mk
index 4c22c64..dff464e 100644
--- a/share/mk/bsd.port.pre.mk
+++ b/share/mk/bsd.port.pre.mk
@@ -2,6 +2,6 @@
BEFOREPORTMK= yes
-.include "bsd.port.mk"
+.include <bsd.port.mk>
.undef BEFOREPORTMK
OpenPOWER on IntegriCloud