summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorgrant <grant>2004-06-12 03:02:27 +0000
committergrant <grant>2004-06-12 03:02:27 +0000
commit76916afe5a6313a694a6da94f74807af4f61e911 (patch)
tree19402d382bbae5d0e50715b946cbcdfd1d4407e3 /lang
parentb51edc2bca06500d9b0e6d3863c4585fde82549c (diff)
downloadpkgsrc-76916afe5a6313a694a6da94f74807af4f61e911.tar.gz
set ${MAKE_ENV} in the environment before calling ${MAKE}.
Diffstat (limited to 'lang')
-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