summaryrefslogtreecommitdiff
path: root/editors/psgml
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-01-21 12:40:01 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-01-21 12:40:01 +0000
commit8ff864acb9db6ac8ad7ab5e9559779634ed81aa9 (patch)
tree3e007da917cf4d52ce8382ac8ef78dee55b5a314 /editors/psgml
parentDepend 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/psgml')
-rw-r--r--editors/psgml/Makefile4
1 files changed, 2 insertions, 2 deletions
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