summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2004-03-18 13:39:11 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2004-03-18 13:39:11 +0000
commit589241ce77a29e7b8ff6d5fc873a9521cf0a3e16 (patch)
treef969020dc55ddc8b4c4dbb18a662fb6e46fd5f5f /deskutils
parent- Remove SIZE of old tarball (diff)
include <...> -> include "..."
PR: ports/64393 Submitted by: Oliver Eikemeier
Notes
Notes: svn path=/head/; revision=104460
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/mhc-emacs20/Makefile2
-rw-r--r--deskutils/mhc-xemacs21-mule/Makefile2
2 files changed, 2 insertions, 2 deletions
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"