diff options
Diffstat (limited to 'editors/psgml-emacs19')
-rw-r--r-- | editors/psgml-emacs19/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/psgml-emacs19/Makefile b/editors/psgml-emacs19/Makefile index 934296f7ae67..c2688acae040 100644 --- a/editors/psgml-emacs19/Makefile +++ b/editors/psgml-emacs19/Makefile @@ -19,4 +19,4 @@ EMACS_PORT_NAME= emacs19 # pkg-* files in ${.CURDIR} are used PKGDIR= ${.CURDIR} -.include <${MASTERDIR}/Makefile> +.include "${MASTERDIR}/Makefile" |