diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-19 06:45:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-19 06:45:06 +0800 |
commit | 4f72b442007113f0773694dcc68094ff5b6fd52f (patch) | |
tree | e8e4cde54ed0591252b475f9f18be9e1945e0944 /editors/apel-emacs20 | |
parent | e1231e35679bb7e6e78a00b6a8e6841aed9bd876 (diff) | |
download | freebsd-ports-gnome-4f72b442007113f0773694dcc68094ff5b6fd52f.tar.gz freebsd-ports-gnome-4f72b442007113f0773694dcc68094ff5b6fd52f.tar.zst freebsd-ports-gnome-4f72b442007113f0773694dcc68094ff5b6fd52f.zip |
Canonicalize handling of inclusion of bsd.port.mk.
PR: ports/64393
Submitted by: eik
Approved by: maintainer timeout (2 months)
Diffstat (limited to 'editors/apel-emacs20')
-rw-r--r-- | editors/apel-emacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/apel-emacs20/Makefile b/editors/apel-emacs20/Makefile index 09aa04355f8d..339460a00728 100644 --- a/editors/apel-emacs20/Makefile +++ b/editors/apel-emacs20/Makefile @@ -16,4 +16,4 @@ MASTERDIR= ${.CURDIR}/../../editors/apel # emacs port setup EMACS_PORT_NAME= emacs20 -.include <${MASTERDIR}/Makefile> +.include "${MASTERDIR}/Makefile" |