diff options
author | shige <shige@FreeBSD.org> | 2000-01-21 20:40:01 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-01-21 20:40:01 +0800 |
commit | 8c83d25f56abc90181a5428be30ef084a2a90a6c (patch) | |
tree | 6b1bc3c212dced8b08106fa5f377c7c0eba2f537 /editors | |
parent | fa62972e22357992b431bdf5b7a3c9317d18b800 (diff) | |
download | freebsd-ports-gnome-8c83d25f56abc90181a5428be30ef084a2a90a6c.tar.gz freebsd-ports-gnome-8c83d25f56abc90181a5428be30ef084a2a90a6c.tar.zst freebsd-ports-gnome-8c83d25f56abc90181a5428be30ef084a2a90a6c.zip |
Enable slave variables: MAINTAINER?= and EMACS_CMD?=,
when building at slave port.
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 |