aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-07-17 19:30:06 +0800
committernaddy <naddy@FreeBSD.org>2002-07-17 19:30:06 +0800
commit799cfc52e0e9f46805e3664c471ca199a27edac3 (patch)
treebf15af0806ea237076e25bc3a7410902383ccd3b /shells
parent087e7bc7ff873bf7190362a83890363ad27743ba (diff)
downloadfreebsd-ports-gnome-799cfc52e0e9f46805e3664c471ca199a27edac3.tar.gz
freebsd-ports-gnome-799cfc52e0e9f46805e3664c471ca199a27edac3.tar.zst
freebsd-ports-gnome-799cfc52e0e9f46805e3664c471ca199a27edac3.zip
Build in a clean environment to prevent sporadic interference from
environment variables. Requested by: Ken Stailey <kstailey@speakeasy.net>
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 \