diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-05-18 22:45:06 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-05-18 22:45:06 +0000 |
commit | 37b71d2e4dfa5db6d63f9c6b014f3ccfc4726acc (patch) | |
tree | 74593ebe23db155b19796d9f6c315a2866dd52b2 /editors/semi-xemacs21-mule | |
parent | f8acfd017e68bcb70b6f896c7bf5af74809d795f (diff) | |
download | ports-37b71d2e4dfa5db6d63f9c6b014f3ccfc4726acc.tar.gz ports-37b71d2e4dfa5db6d63f9c6b014f3ccfc4726acc.zip |
Canonicalize handling of inclusion of bsd.port.mk.
PR: ports/64393
Submitted by: eik
Approved by: maintainer timeout (2 months)
Notes
Notes:
svn path=/head/; revision=109477
Diffstat (limited to 'editors/semi-xemacs21-mule')
-rw-r--r-- | editors/semi-xemacs21-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/semi-xemacs21-mule/Makefile b/editors/semi-xemacs21-mule/Makefile index bb38fc3da12c..7abd095155a8 100644 --- a/editors/semi-xemacs21-mule/Makefile +++ b/editors/semi-xemacs21-mule/Makefile @@ -59,4 +59,4 @@ xemacs-package: install ${TAR} -zcf ${.CURDIR}/${XEMACS_PKG_TARBALL} ${XEMACS_PKG_CONTENTS} ;\ ) -.include <${MASTERDIR}/Makefile> +.include "${MASTERDIR}/Makefile" |