set ${MAKE_ENV} in the environment before calling ${MAKE}.
This commit is contained in:
parent
7e2c2c6d0e
commit
0880f4dc02
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue