summaryrefslogtreecommitdiff
path: root/lang/lua
diff options
context:
space:
mode:
authorgrant <grant>2004-06-12 03:02:27 +0000
committergrant <grant>2004-06-12 03:02:27 +0000
commit97558f486debabb295257c057de08e6ce4d4f612 (patch)
tree19402d382bbae5d0e50715b946cbcdfd1d4407e3 /lang/lua
parentda8031cb046114b61c874c59d5ff7e525676e68f (diff)
downloadpkgsrc-97558f486debabb295257c057de08e6ce4d4f612.tar.gz
set ${MAKE_ENV} in the environment before calling ${MAKE}.
Diffstat (limited to 'lang/lua')
-rw-r--r--lang/lua/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile
index 1ba83b2a88b..6850011ab74 100644
--- a/lang/lua/Makefile
+++ b/lang/lua/Makefile
@@ -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 @@ LIBS.SunOS+= -ldl
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