diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-12-14 07:09:14 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-12-14 07:09:14 +0000 |
commit | bc6d44c89501b677909068d824816cf4f93adcde (patch) | |
tree | b0b671d13073e4791b582c85bd1b60156f5429d8 /shells/bash2 | |
parent | ed3714f6d661be5c949620a509b40e16ce7326e1 (diff) | |
download | ports-bc6d44c89501b677909068d824816cf4f93adcde.tar.gz ports-bc6d44c89501b677909068d824816cf4f93adcde.zip |
The option to enable network redirection is removed since this is the
default behavior.
PR: 60222
Submitted by: David Yeske <dyeske@yahoo.com>
Notes
Notes:
svn path=/head/; revision=95772
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 2393c82f1f86..bfc39444345f 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/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 |