From 4f72b442007113f0773694dcc68094ff5b6fd52f Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 18 May 2004 22:45:06 +0000 Subject: Canonicalize handling of inclusion of bsd.port.mk. PR: ports/64393 Submitted by: eik Approved by: maintainer timeout (2 months) --- editors/semi113-xemacs21-mule/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/semi113-xemacs21-mule') diff --git a/editors/semi113-xemacs21-mule/Makefile b/editors/semi113-xemacs21-mule/Makefile index e7e1d0768445..8f8d358b6783 100644 --- a/editors/semi113-xemacs21-mule/Makefile +++ b/editors/semi113-xemacs21-mule/Makefile @@ -53,4 +53,4 @@ xemacs-package: install ${TAR} -zcf ${.CURDIR}/${XEMACS_PKG_TARBALL} ${XEMACS_PKG_CONTENTS} ;\ ) -.include <${MASTERDIR}/Makefile> +.include "${MASTERDIR}/Makefile" -- cgit