diff options
author | yoichi <yoichi@FreeBSD.org> | 2004-03-18 21:39:11 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2004-03-18 21:39:11 +0800 |
commit | ca080f3b280c84abd21cbb950f1c4048b7a9577d (patch) | |
tree | 82070c5d5c966ad6cea693d9e078f14de3101b7b /mail | |
parent | e832ebc6f907439d2ec225a9d204b55392ac1c7f (diff) | |
download | freebsd-ports-gnome-ca080f3b280c84abd21cbb950f1c4048b7a9577d.tar.gz freebsd-ports-gnome-ca080f3b280c84abd21cbb950f1c4048b7a9577d.tar.zst freebsd-ports-gnome-ca080f3b280c84abd21cbb950f1c4048b7a9577d.zip |
include <...> -> include "..."
PR: ports/64393
Submitted by: Oliver Eikemeier
Diffstat (limited to 'mail')
-rw-r--r-- | mail/emh-emacs20/Makefile | 2 | ||||
-rw-r--r-- | mail/emh-xemacs21-mule/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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" |