summaryrefslogtreecommitdiff
path: root/shells/bash
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-03-03 23:09:48 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-03-03 23:09:48 +0000
commit2b01fc5e4fde5be72f9cc3a0b469c71ba950187f (patch)
tree2338c5827779321db236a11192ca953e5e91deb0 /shells/bash
parentsecurity/pecl-ssh2: Update to 1.3.1 (diff)
NEW PORT: shells/bashc: GNU Bourne Again shell extended with two-panel file manager
Bash Commander is a fork of GNU Bourne Again Shell. It's main feature is a visual two-panel mode, much like Midnight Commander and other text-mode visual shells. WWW: https://github.com/sergev/bash-commander Also add bashc to the CONFLICTS section of shells/bash. PR: 253783, 253784 Submitted by: Igor Pokrovsky <ip AT unixway DOT org>
Notes
Notes: svn path=/head/; revision=567269
Diffstat (limited to 'shells/bash')
-rw-r--r--shells/bash/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index ea917fd655c0..ca709d5197e1 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -59,10 +59,11 @@ CONFIGURE_ARGS+= --without-bash-malloc \
MAKE_ARGS+= TERMCAP_LIB=-lncursesw
.if empty(PKGNAMESUFFIX)
-CONFLICTS+= bash-static-[0-9]*
+CONFLICTS+= bash-static-[0-9]*
.else
-CONFLICTS+= bash-[0-9]*
+CONFLICTS+= bash-[0-9]*
.endif
+CONFLICTS+= bashc
.include <bsd.port.options.mk>