diff options
author | joerg <joerg> | 2014-11-27 13:38:15 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-11-27 13:38:15 +0000 |
commit | db321e141b251d174a875c6a6633021c132c21d7 (patch) | |
tree | 2c8039265cb4705c9362a5a5ae892ee127ef7af4 /shells | |
parent | dc4ee374a87ce674fb5a608fc3ab5fbebec194bf (diff) | |
download | pkgsrc-db321e141b251d174a875c6a6633021c132c21d7.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: |