summaryrefslogtreecommitdiff
path: root/www
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 /www
parentUpgrade port to 4.60 (diff)
Canonicalize the inclusion of the master-port's Makefile.
PR: ports/64393 Submitted by: eik Approved by: maintainer timeout (2 months)
Notes
Notes: svn path=/head/; revision=109465
Diffstat (limited to 'www')
-rw-r--r--www/emacs-w3m-emacs20/Makefile2
-rw-r--r--www/emacs-w3m-xemacs21-mule/Makefile2
2 files changed, 2 insertions, 2 deletions
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"