diff options
author | joerg <joerg@pkgsrc.org> | 2014-11-27 13:38:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-11-27 13:38:15 +0000 |
commit | dbb8d9b787c6218bbd9408efff83dcb711f335a1 (patch) | |
tree | 2c8039265cb4705c9362a5a5ae892ee127ef7af4 /shells | |
parent | 28b40fffb0a88384228771ae092dcb34f9040626 (diff) | |
download | pkgsrc-dbb8d9b787c6218bbd9408efff83dcb711f335a1.tar.gz |
Correctly sanitize environment.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/mksh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/mksh/Makefile b/shells/mksh/Makefile index d980a3e0028..14e083ef61d 100644 --- a/shells/mksh/Makefile +++ b/shells/mksh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/10/09 14:06:56 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2014/11/27 13:38:15 joerg Exp $ DISTNAME= mksh-R50d PKGNAME= ${DISTNAME:S/-R/-/} @@ -24,8 +24,7 @@ LIBS.Interix+= -lcrypt INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/mksh do-build: - cd ${WRKBUILD} && LIBS=${LIBS:Q} CC=${CC:Q} CFLAGS=${CFLAGS:Q} \ - CPPFLAGS=${CPPFLAGS:Q} LDFLAGS=${LDFLAGS:Q} \ + cd ${WRKBUILD} && ${SETENV} ${MAKE_ENV} LIBS=${LIBS:Q} \ ${TOOLS_SHELL} ${WRKSRC}/Build.sh -r do-install: |