summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-03 01:12:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-03 01:12:59 +0000
commit313cb94889a01069af757dfb7947681bbe82b1e3 (patch)
treeb54805bb1e833f5e25532122b86019937ff20370 /shells
parent- Attempt to fix build on systems without gcc (error was: (diff)
Part 2 at removing now useless FETCH_ARGS redifition
Notes
Notes: svn path=/head/; revision=338513
Diffstat (limited to 'shells')
-rw-r--r--shells/ksh93/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile
index 7f85bd2fcfa4..fcd241bfcfcf 100644
--- a/shells/ksh93/Makefile
+++ b/shells/ksh93/Makefile
@@ -25,7 +25,6 @@ LICENSE= EPL
OPTIONS_DEFINE= EXAMPLES STATIC
-FETCH_ARGS= -Rr
FETCH_ENV= HTTP_AUTH='basic:*:I accept www.opensource.org/licenses/cpl:.'
LDFLAGS+= -lm
MAKE_ENV= CCFLAGS="${CFLAGS}"