aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databases/bbdb-emacs20/Makefile2
-rw-r--r--deskutils/mhc-emacs20/Makefile2
-rw-r--r--deskutils/mhc-xemacs21-mule/Makefile2
-rw-r--r--mail/emh-emacs20/Makefile2
-rw-r--r--mail/emh-xemacs21-mule/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/databases/bbdb-emacs20/Makefile b/databases/bbdb-emacs20/Makefile
index e52dc6ac3330..0f3f4c56e752 100644
--- a/databases/bbdb-emacs20/Makefile
+++ b/databases/bbdb-emacs20/Makefile
@@ -9,4 +9,4 @@ MASTERDIR= ${.CURDIR}/../bbdb
EMACS_PORT_NAME= emacs20
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"
diff --git a/deskutils/mhc-emacs20/Makefile b/deskutils/mhc-emacs20/Makefile
index 03f9cd36c2db..bc01d25a0021 100644
--- a/deskutils/mhc-emacs20/Makefile
+++ b/deskutils/mhc-emacs20/Makefile
@@ -10,4 +10,4 @@ MAINTAINER= yoichi@FreeBSD.org
EMACS_PORT_NAME= emacs20
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"
diff --git a/deskutils/mhc-xemacs21-mule/Makefile b/deskutils/mhc-xemacs21-mule/Makefile
index da346b857f4a..30e718773522 100644
--- a/deskutils/mhc-xemacs21-mule/Makefile
+++ b/deskutils/mhc-xemacs21-mule/Makefile
@@ -10,4 +10,4 @@ MAINTAINER= yoichi@FreeBSD.org
EMACS_PORT_NAME= xemacs21-mule
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"
diff --git a/mail/emh-emacs20/Makefile b/mail/emh-emacs20/Makefile
index 52b53d77a8aa..f7523f56d2ba 100644
--- a/mail/emh-emacs20/Makefile
+++ b/mail/emh-emacs20/Makefile
@@ -9,4 +9,4 @@ MASTERDIR= ${.CURDIR}/../emh
EMACS_PORT_NAME= emacs20
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"
diff --git a/mail/emh-xemacs21-mule/Makefile b/mail/emh-xemacs21-mule/Makefile
index ce703de919ff..883306aa01e2 100644
--- a/mail/emh-xemacs21-mule/Makefile
+++ b/mail/emh-xemacs21-mule/Makefile
@@ -9,4 +9,4 @@ MASTERDIR= ${.CURDIR}/../emh
EMACS_PORT_NAME= xemacs21-mule
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"