summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-21 14:27:56 +0000
committerjlam <jlam>2006-07-21 14:27:56 +0000
commitc304f3ed550dc23579dcb615d7d969fb4f5ce67f (patch)
tree7caa897b86d23c2822e6d9c8f6d7d3dfeb078d5e /devel
parentcf44c92a8fd3163b85eec8edcce80a86357533fd (diff)
downloadpkgsrc-c304f3ed550dc23579dcb615d7d969fb4f5ce67f.tar.gz
"BUILD_ENV" was misnamed. It's actually the environment that is passed
to all internal recursive make processes. As such, rename it to "PKGSRC_MAKE_ENV". XXX Note, some of the usage of this variable in package Makefiles seems XXX incorrect. They probably want "MAKE_ENV", which is the environment XXX passed to the make process when running "make" within ${WRKSRC}.
Diffstat (limited to 'devel')
-rw-r--r--devel/elib/Makefile.common6
-rw-r--r--devel/monotone-viz/Makefile4
-rw-r--r--devel/semantic/Makefile4
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/elib/Makefile.common b/devel/elib/Makefile.common
index 76d96bb5805..c2cce4886a6 100644
--- a/devel/elib/Makefile.common
+++ b/devel/elib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2006/05/26 19:33:36 joerg Exp $
+# $NetBSD: Makefile.common,v 1.2 2006/07/21 14:27:56 jlam Exp $
#
DISTNAME= elib-1.0
@@ -10,8 +10,8 @@ COMMENT= Library of utility functions for Emacs
.include "../../mk/emacs.mk"
-BUILD_ENV+= EMACS=${EMACS_FLAVOR:Q}
-MAKEFLAGS+= EMACS=${EMACS_FLAVOR:Q}
+PKGSRC_MAKE_ENV+= EMACS=${EMACS_FLAVOR:Q}
+MAKEFLAGS+= EMACS=${EMACS_FLAVOR:Q}
NO_CONFIGURE= yes
USE_TOOLS+= gmake makeinfo
diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile
index 3fdec860f1e..917bdd67129 100644
--- a/devel/monotone-viz/Makefile
+++ b/devel/monotone-viz/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:21 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2006/07/21 14:27:56 jlam Exp $
#
DISTNAME= monotone-viz-0.14
@@ -14,7 +14,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-local-lablgtk --with-shared-sqlite
USE_TOOLS+= gmake pkg-config
BUILD_TARGET= monotone-viz
-BUILD_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR}
+PKGSRC_MAKE_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR}
INSTALLATION_DIRS= bin
do-install:
diff --git a/devel/semantic/Makefile b/devel/semantic/Makefile
index 7a98e935ac8..745eddceea2 100644
--- a/devel/semantic/Makefile
+++ b/devel/semantic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/06/17 19:27:04 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2006/07/21 14:27:56 jlam Exp $
#
DISTNAME= semantic-1.4.4
@@ -15,7 +15,7 @@ DEPENDS+= ${EMACS_PKGNAME_PREFIX}eieio>=0.17:../../lang/eieio
.include "../../mk/emacs.mk"
-BUILD_ENV+= EMACS=${EMACS_FLAVOR}
+PKGSRC_MAKE_ENV+= EMACS=${EMACS_FLAVOR}
NO_CONFIGURE= yes
USE_TOOLS+= gmake