aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-25 12:48:47 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-25 12:48:47 +0000
commit2f35b73926abf3d3de21382a8a16414200fa2d5b (patch)
treeba424f33251d8f6c55d5b3a690abf181b6a819ee /shells
parent8c8dbd7325f0c5cd3837737357a4e2cdd953cee5 (diff)
downloadports-2f35b73926abf3d3de21382a8a16414200fa2d5b.tar.gz
ports-2f35b73926abf3d3de21382a8a16414200fa2d5b.zip
Notes
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 2809d027ecc1..0243650576e1 100644
--- a/shells/ksh93/Makefile
+++ b/shells/ksh93/Makefile
@@ -34,7 +34,7 @@ RESTRICTED= Source recipient must acknowledge license
FETCH_ENV= HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.'
FETCH_CMD= /usr/bin/fetch -Rr # see bin/76134
NO_WRKSUBDIR= yes
-MAKE_ENV= CCFLAGS="${CFLAGS}" SHELL="${SH}"
+MAKE_ENV= CCFLAGS="${CFLAGS}"
.if defined(WANT_STATIC)
MAKE_ENV+= LDFLAGS=-static
.endif