diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-21 12:40:01 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-21 12:40:01 +0000 |
commit | 8ff864acb9db6ac8ad7ab5e9559779634ed81aa9 (patch) | |
tree | 3e007da917cf4d52ce8382ac8ef78dee55b5a314 /editors | |
parent | Depend on editors/xemacs21-mule. (diff) |
Enable slave variables: MAINTAINER?= and EMACS_CMD?=,
when building at slave port.
Notes
Notes:
svn path=/head/; revision=24872
Diffstat (limited to 'editors')
-rw-r--r-- | editors/psgml-emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/psgml/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/psgml-emacs/Makefile b/editors/psgml-emacs/Makefile index 15a039a396ec..57519124dbd8 100644 --- a/editors/psgml-emacs/Makefile +++ b/editors/psgml-emacs/Makefile @@ -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 diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index 15a039a396ec..57519124dbd8 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -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 |