diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-18 18:50:55 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-18 18:50:55 +0000 |
commit | 47a1655f18328b9e4f4ff55e8e6f123948f16ef2 (patch) | |
tree | 4580fddf0c9c1e0ceb02f89bd334e7243f27056d /editors/psgml-xemacs21-mule | |
parent | acc6d92c57f15bfe4bd18060352963b99600317f (diff) | |
download | FreeBSD-ports-47a1655f18328b9e4f4ff55e8e6f123948f16ef2.zip FreeBSD-ports-47a1655f18328b9e4f4ff55e8e6f123948f16ef2.tar.gz |
Canonicalize inclusion of master-port's Makefile.
PR: ports/64393
Submitted by: eik
Diffstat (limited to 'editors/psgml-xemacs21-mule')
-rw-r--r-- | editors/psgml-xemacs21-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/psgml-xemacs21-mule/Makefile b/editors/psgml-xemacs21-mule/Makefile index 603503f..c1660a8 100644 --- a/editors/psgml-xemacs21-mule/Makefile +++ b/editors/psgml-xemacs21-mule/Makefile @@ -19,4 +19,4 @@ EMACS_PORT_NAME= xemacs21-mule # pkg-* files in ${.CURDIR} are used PKGDIR= ${.CURDIR} -.include <${MASTERDIR}/Makefile> +.include "${MASTERDIR}/Makefile" |