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