1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Canonicalize handling of inclusion of bsd.port.mk.

PR:		ports/64393
Submitted by:	eik
Approved by:	maintainer timeout (2 months)
This commit is contained in:
Mark Linimon 2004-05-18 22:45:06 +00:00
parent f8acfd017e
commit 37b71d2e4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109477
16 changed files with 16 additions and 16 deletions

View File

@ -16,4 +16,4 @@ MASTERDIR= ${.CURDIR}/../../editors/apel
# emacs port setup
EMACS_PORT_NAME= emacs19
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -16,4 +16,4 @@ MASTERDIR= ${.CURDIR}/../../editors/apel
# emacs port setup
EMACS_PORT_NAME= emacs20
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -48,4 +48,4 @@ xemacs-package: install
${TAR} -zcf ${.CURDIR}/${XEMACS_PKG_TARBALL} ${XEMACS_PKG_CONTENTS} ;\
)
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -16,4 +16,4 @@ MASTERDIR= ${.CURDIR}/../../editors/bitmap
# Setup EMACS_PORT_NAME variable.
EMACS_PORT_NAME= emacs20
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -16,4 +16,4 @@ MASTERDIR= ${.CURDIR}/../../editors/flim
# emacs port setup
EMACS_PORT_NAME= emacs20
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -53,4 +53,4 @@ xemacs-package: install
${TAR} -zcf ${.CURDIR}/${XEMACS_PKG_TARBALL} ${XEMACS_PKG_CONTENTS} ;\
)
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -16,4 +16,4 @@ MASTERDIR= ${.CURDIR}/../../editors/flim113
# emacs port setup
EMACS_PORT_NAME= emacs19
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -17,4 +17,4 @@ MASTERDIR= ${.CURDIR}/../../editors/flim113
# emacs port setup
EMACS_PORT_NAME= emacs20
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -16,4 +16,4 @@ MASTERDIR= ${.CURDIR}/../../editors/flim113
# emacs port setup
EMACS_PORT_NAME= mule
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -53,4 +53,4 @@ xemacs-package: install
${TAR} -zcf ${.CURDIR}/${XEMACS_PKG_TARBALL} ${XEMACS_PKG_CONTENTS} ;\
)
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -19,4 +19,4 @@ EMACS_PORT_NAME= emacs19
# pkg-* files in ${.CURDIR} are used
PKGDIR= ${.CURDIR}
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -19,4 +19,4 @@ EMACS_PORT_NAME= emacs20
# pkg-* files in ${.CURDIR} are used
PKGDIR= ${.CURDIR}
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -16,4 +16,4 @@ MASTERDIR= ${.CURDIR}/../../editors/semi
# emacs port setup
EMACS_PORT_NAME= emacs20
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -59,4 +59,4 @@ xemacs-package: install
${TAR} -zcf ${.CURDIR}/${XEMACS_PKG_TARBALL} ${XEMACS_PKG_CONTENTS} ;\
)
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -16,4 +16,4 @@ MASTERDIR= ${.CURDIR}/../../editors/semi113
# emacs port setup
EMACS_PORT_NAME= emacs19
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"

View File

@ -53,4 +53,4 @@ xemacs-package: install
${TAR} -zcf ${.CURDIR}/${XEMACS_PKG_TARBALL} ${XEMACS_PKG_CONTENTS} ;\
)
.include <${MASTERDIR}/Makefile>
.include "${MASTERDIR}/Makefile"