From 38e2442afdb105a406cfbba25e22922d28583f54 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 18 May 2004 18:16:42 +0000 Subject: Canonicalize the inclusion of the master-port's Makefile. PR: ports/64393 Submitted by: eik Approved by: maintainer timeout (2 months) --- www/emacs-w3m-emacs20/Makefile | 2 +- www/emacs-w3m-xemacs21-mule/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/emacs-w3m-emacs20/Makefile b/www/emacs-w3m-emacs20/Makefile index a2844ec21f9d..cdab274935e5 100644 --- a/www/emacs-w3m-emacs20/Makefile +++ b/www/emacs-w3m-emacs20/Makefile @@ -11,4 +11,4 @@ EMACS_PORT_NAME= emacs20 COMMENT= Simple front-end to w3m for emacs20 PLIST= ${.CURDIR}/pkg-plist -.include <${MASTERDIR}/Makefile> +.include "${MASTERDIR}/Makefile" diff --git a/www/emacs-w3m-xemacs21-mule/Makefile b/www/emacs-w3m-xemacs21-mule/Makefile index cdfe3a8f3b29..d3d865a56832 100644 --- a/www/emacs-w3m-xemacs21-mule/Makefile +++ b/www/emacs-w3m-xemacs21-mule/Makefile @@ -24,4 +24,4 @@ PLIST_SUB+= PKGINFODIR=${PKGINFODIR} WITHOUT_OCTET_VIEWER= yes -.include <${MASTERDIR}/Makefile> +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3