1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Canonicalize the inclusion of the master-port's Makefile.

PR:		ports/64393
Submitted by:	eik
Approved by:	maintainer timeout (2 months)
This commit is contained in:
Mark Linimon 2004-05-18 18:16:42 +00:00
parent 156a8d2f2a
commit 38e2442afd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109465
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -23,4 +23,4 @@ INSTALL_TARGET= install-package
UTILSDIR= ${EMACS_PACKAGESDIR}/lisp/wl
STARTUPDIR= ${EMACS_PACKAGESDIR}/lisp/wl
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -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"

View File

@ -24,4 +24,4 @@ PLIST_SUB+= PKGINFODIR=${PKGINFODIR}
WITHOUT_OCTET_VIEWER= yes
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"