aboutsummaryrefslogtreecommitdiffstats
path: root/shells/bash/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-12-14 15:09:14 +0800
committerobrien <obrien@FreeBSD.org>2003-12-14 15:09:14 +0800
commit3d1d8587bbb92395c99249a47b07f6e11b784d17 (patch)
treee236751b3560bb3a14db1a314744f1ec7f47c51f /shells/bash/Makefile
parent7eea08bcc7c3ff4c7a2be187eaf94a3b7461d7cb (diff)
downloadfreebsd-ports-gnome-3d1d8587bbb92395c99249a47b07f6e11b784d17.tar.gz
freebsd-ports-gnome-3d1d8587bbb92395c99249a47b07f6e11b784d17.tar.zst
freebsd-ports-gnome-3d1d8587bbb92395c99249a47b07f6e11b784d17.zip
The option to enable network redirection is removed since this is the
default behavior. PR: 60222 Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r--shells/bash/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 2393c82f1f86..bfc39444345f 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -41,15 +41,6 @@ CONFIGURE_ARGS+= --enable-static-link=no
.endif
MAN1= bash.1 bashbug.1
-.if defined(WITH_NET_REDIRECTIONS)
-CONFIGURE_ARGS+= --enable-net-redirections
-.endif
-
-pre-extract:
-.if !defined(WITH_NET_REDIRECTIONS)
- @${ECHO_MSG} "You can enable support for /dev/(tcp|udp)/host/port redirection by defining WITH_NET_REDIRECTIONS."
-.endif
-
post-install:
${CP} /etc/shells /etc/shells.bak
(${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO_CMD} ${PREFIX}/bin/bash) >/etc/shells