diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-19 02:16:42 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-19 02:16:42 +0800 |
commit | d314e833b4ef7485ade5f205c2f11e4cd7a2200d (patch) | |
tree | 5cbbbcabc6400369ca898393e38f519650987827 /mail | |
parent | 00676355b3f7909fa4e6680f402605e787e25e29 (diff) | |
download | freebsd-ports-gnome-d314e833b4ef7485ade5f205c2f11e4cd7a2200d.tar.gz freebsd-ports-gnome-d314e833b4ef7485ade5f205c2f11e4cd7a2200d.tar.zst freebsd-ports-gnome-d314e833b4ef7485ade5f205c2f11e4cd7a2200d.zip |
Canonicalize the inclusion of the master-port's Makefile.
PR: ports/64393
Submitted by: eik
Approved by: maintainer timeout (2 months)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wanderlust-emacs20/Makefile | 2 | ||||
-rw-r--r-- | mail/wanderlust-xemacs21-mule/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/wanderlust-emacs20/Makefile b/mail/wanderlust-emacs20/Makefile index 14703d02258d..79cf4f719b62 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 ca65307609d7..a6ab90527185 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" |