summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-17 11:30:06 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-17 11:30:06 +0000
commitda694b766b97bf71c7662c3503ca752a55917a9b (patch)
tree79caedc4ce180d360614bbd65699d574926103ec /shells
parentcorrect the installation path (diff)
Build in a clean environment to prevent sporadic interference from
environment variables. Requested by: Ken Stailey <kstailey@speakeasy.net>
Notes
Notes: svn path=/head/; revision=63127
Diffstat (limited to 'shells')
-rw-r--r--shells/ksh93/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile
index 7252a119697d..fed7a0a8a72f 100644
--- a/shells/ksh93/Makefile
+++ b/shells/ksh93/Makefile
@@ -26,7 +26,7 @@ MAKE_ENV+= LDFLAGS=-static
MAN1= ksh93.1
do-build:
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./bin/package make
+ @cd ${WRKSRC} && env -i ${MAKE_ENV} ./bin/package make
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/arch/freebsd.${ARCH}/bin/ksh \