aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-05-18 18:16:42 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-05-18 18:16:42 +0000
commit38e2442afdb105a406cfbba25e22922d28583f54 (patch)
treebddc44a01b16f77d0b9d7807e9ede818ce9b0fc9
parent156a8d2f2a3a51cd93dca25084a75918bdd7efbe (diff)
downloadports-38e2442afdb105a406cfbba25e22922d28583f54.tar.gz
ports-38e2442afdb105a406cfbba25e22922d28583f54.zip
Notes
-rw-r--r--mail/wanderlust-emacs20/Makefile2
-rw-r--r--mail/wanderlust-xemacs21-mule/Makefile2
-rw-r--r--www/emacs-w3m-emacs20/Makefile2
-rw-r--r--www/emacs-w3m-xemacs21-mule/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/wanderlust-emacs20/Makefile b/mail/wanderlust-emacs20/Makefile
index 14703d02258d..79cf4f719b62 100644
--- a/mail/wanderlust-emacs20/Makefile
+++ b/mail/wanderlust-emacs20/Makefile
@@ -14,4 +14,4 @@ MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME}
EMACS_W3M_PORT_NAME= emacs-w3m-${EMACS_PORT_NAME}
BITMAP_PORT_NAME= bitmap-${EMACS_PORT_NAME}
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"
diff --git a/mail/wanderlust-xemacs21-mule/Makefile b/mail/wanderlust-xemacs21-mule/Makefile
index ca65307609d7..a6ab90527185 100644
--- a/mail/wanderlust-xemacs21-mule/Makefile
+++ b/mail/wanderlust-xemacs21-mule/Makefile
@@ -23,4 +23,4 @@ INSTALL_TARGET= install-package
UTILSDIR= ${EMACS_PACKAGESDIR}/lisp/wl
STARTUPDIR= ${EMACS_PACKAGESDIR}/lisp/wl
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"
diff --git a/www/emacs-w3m-emacs20/Makefile b/www/emacs-w3m-emacs20/Makefile
index a2844ec21f9d..cdab274935e5 100644
--- a/www/emacs-w3m-emacs20/Makefile
+++ b/www/emacs-w3m-emacs20/Makefile
@@ -11,4 +11,4 @@ EMACS_PORT_NAME= emacs20
COMMENT= Simple front-end to w3m for emacs20
PLIST= ${.CURDIR}/pkg-plist
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"
diff --git a/www/emacs-w3m-xemacs21-mule/Makefile b/www/emacs-w3m-xemacs21-mule/Makefile
index cdfe3a8f3b29..d3d865a56832 100644
--- a/www/emacs-w3m-xemacs21-mule/Makefile
+++ b/www/emacs-w3m-xemacs21-mule/Makefile
@@ -24,4 +24,4 @@ PLIST_SUB+= PKGINFODIR=${PKGINFODIR}
WITHOUT_OCTET_VIEWER= yes
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"