diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/mhc-emacs20/Makefile | 2 | ||||
-rw-r--r-- | deskutils/mhc-xemacs21-mule/Makefile | 2 |
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" |