Canonicalize inclusion of master-port's Makefile.

PR:		ports/64393
Submitted by:	eik
Approved by:	maintainer timeout (2 months)
This commit is contained in:
Mark Linimon 2004-05-18 18:20:34 +00:00
parent 38e2442afd
commit 94fb719289
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109466
4 changed files with 4 additions and 4 deletions

View File

@ -14,4 +14,4 @@ MASTERDIR= ${.CURDIR}/../../converters/mule-ucs
EMACS_PORT_NAME= emacs20
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -15,4 +15,4 @@ MASTERDIR= ${.CURDIR}/../../devel/elib
# emacs port setup
EMACS_PORT_NAME= emacs19
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -15,4 +15,4 @@ MASTERDIR= ${.CURDIR}/../../devel/elib
# emacs port setup
EMACS_PORT_NAME= emacs20
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -15,4 +15,4 @@ MASTERDIR= ${.CURDIR}/../../devel/pcl-cvs-emacs
# emacs port setup
EMACS_PORT_NAME= emacs20
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"