diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 30ebeca8288a..e2248e847e3d 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -30,7 +30,7 @@ MAINTAINER= obrien@FreeBSD.org COMMENT= The GNU Project's Bourne Again SHell IGNOREFILES= FAQ -CONFLICTS= bash-[0-24-9].* +CONFLICTS= bash-[0-35-9].* .if !defined(WITHOUT_IMPLICITCD) EXTRA_PATCHES+= ${PATCHDIR}/xpatch-implicitcd diff --git a/shells/bash/pkg-descr b/shells/bash/pkg-descr index 03f1dc88912b..e211bb383124 100644 --- a/shells/bash/pkg-descr +++ b/shells/bash/pkg-descr @@ -1,7 +1,7 @@ -This is GNU Bash, version 3.0. Bash is the GNU Project's Bourne -Again SHell, a complete implementation of the POSIX.2 shell spec, -but also with interactive command line editing, job control on -architectures that support it, csh-like features such as history -substitution and brace expansion, and a slew of other features. +This is GNU Bash. Bash is the GNU Project's Bourne Again SHell, +a complete implementation of the POSIX.2 shell spec, but also +with interactive command line editing, job control on architectures +that support it, csh-like features such as history substitution and +brace expansion, and a slew of other features. WWW: http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html