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:
parent
156a8d2f2a
commit
38e2442afd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109465
@ -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"
|
||||
|
@ -23,4 +23,4 @@ INSTALL_TARGET= install-package
|
||||
UTILSDIR= ${EMACS_PACKAGESDIR}/lisp/wl
|
||||
STARTUPDIR= ${EMACS_PACKAGESDIR}/lisp/wl
|
||||
|
||||
.include <${MASTERDIR}/Makefile>
|
||||
.include "${MASTERDIR}/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"
|
||||
|
@ -24,4 +24,4 @@ PLIST_SUB+= PKGINFODIR=${PKGINFODIR}
|
||||
|
||||
WITHOUT_OCTET_VIEWER= yes
|
||||
|
||||
.include <${MASTERDIR}/Makefile>
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
Loading…
Reference in New Issue
Block a user