diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-18 18:16:42 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-18 18:16:42 +0000 |
commit | d314e833b4ef7485ade5f205c2f11e4cd7a2200d (patch) | |
tree | 5cbbbcabc6400369ca898393e38f519650987827 | |
parent | 00676355b3f7909fa4e6680f402605e787e25e29 (diff) | |
download | FreeBSD-ports-d314e833b4ef7485ade5f205c2f11e4cd7a2200d.zip FreeBSD-ports-d314e833b4ef7485ade5f205c2f11e4cd7a2200d.tar.gz |
Canonicalize the inclusion of the master-port's Makefile.
PR: ports/64393
Submitted by: eik
Approved by: maintainer timeout (2 months)
-rw-r--r-- | mail/wanderlust-emacs20/Makefile | 2 | ||||
-rw-r--r-- | mail/wanderlust-xemacs21-mule/Makefile | 2 | ||||
-rw-r--r-- | www/emacs-w3m-emacs20/Makefile | 2 | ||||
-rw-r--r-- | www/emacs-w3m-xemacs21-mule/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/wanderlust-emacs20/Makefile b/mail/wanderlust-emacs20/Makefile index 14703d0..79cf4f7 100644 --- a/mail/wanderlust-emacs20/Makefile +++ b/mail/wanderlust-emacs20/Makefile @@ -14,4 +14,4 @@ MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME} EMACS_W3M_PORT_NAME= emacs-w3m-${EMACS_PORT_NAME} BITMAP_PORT_NAME= bitmap-${EMACS_PORT_NAME} -.include <${MASTERDIR}/Makefile> +.include "${MASTERDIR}/Makefile" diff --git a/mail/wanderlust-xemacs21-mule/Makefile b/mail/wanderlust-xemacs21-mule/Makefile index ca65307..a6ab905 100644 --- a/mail/wanderlust-xemacs21-mule/Makefile +++ b/mail/wanderlust-xemacs21-mule/Makefile @@ -23,4 +23,4 @@ INSTALL_TARGET= install-package UTILSDIR= ${EMACS_PACKAGESDIR}/lisp/wl STARTUPDIR= ${EMACS_PACKAGESDIR}/lisp/wl -.include <${MASTERDIR}/Makefile> +.include "${MASTERDIR}/Makefile" diff --git a/www/emacs-w3m-emacs20/Makefile b/www/emacs-w3m-emacs20/Makefile index a2844ec..cdab274 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 cdfe3a8..d3d865a 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" |