summaryrefslogtreecommitdiffstats
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 e52dc6a..0f3f4c5 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 03f9cd3..bc01d25 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 da346b8..30e7187 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 52b53d7..f7523f5 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 ce703de..883306a 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"
OpenPOWER on IntegriCloud