1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Enable slave variables: MAINTAINER?= and EMACS_CMD?=,

when building at slave port.
This commit is contained in:
Shigeyuki Fukushima 2000-01-21 12:40:01 +00:00
parent a38f789ad1
commit 8ff864acb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24872
2 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ DISTNAME= psgml-${PSGML_VER}
CATEGORIES= editors elisp
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/
MAINTAINER= shige@FreeBSD.org
MAINTAINER?= shige@FreeBSD.org
# distfile version
PSGML_VER= 1.2.0
@ -37,7 +37,7 @@ HAS_COMMON_PORT= NO
#
.if defined(EMACS_PORT)
PKGNAME= psgml-${EMACS_PORT}-${PSGML_VER}
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}-common

View File

@ -10,7 +10,7 @@ DISTNAME= psgml-${PSGML_VER}
CATEGORIES= editors elisp
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/
MAINTAINER= shige@FreeBSD.org
MAINTAINER?= shige@FreeBSD.org
# distfile version
PSGML_VER= 1.2.0
@ -37,7 +37,7 @@ HAS_COMMON_PORT= NO
#
.if defined(EMACS_PORT)
PKGNAME= psgml-${EMACS_PORT}-${PSGML_VER}
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")
RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}-common