pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/lua set ${MAKE_ENV} in the environment before cal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e4bfadd986a
branches:  trunk
changeset: 476499:2e4bfadd986a
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jun 12 03:02:27 2004 +0000

description:
set ${MAKE_ENV} in the environment before calling ${MAKE}.

diffstat:

 lang/lua/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dced4e91677b -r 2e4bfadd986a lang/lua/Makefile
--- a/lang/lua/Makefile Sat Jun 12 03:01:59 2004 +0000
+++ b/lang/lua/Makefile Sat Jun 12 03:02:27 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/06/12 03:01:59 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/06/12 03:02:27 grant Exp $
 
 DISTNAME=      lua-5.0.2
 CATEGORIES=    lang
@@ -27,7 +27,7 @@
 MAKE_ENV+=     LIBS="${LIBS}"
 
 post-build:
-       cd ${WRKSRC}/etc && ${MAKE} bin2c
+       cd ${WRKSRC}/etc && ${SETENV} ${MAKE_ENV} ${MAKE} bin2c
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/lua



Home | Main Index | Thread Index | Old Index