diff options
author | obrien <obrien@FreeBSD.org> | 2005-04-11 16:06:40 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-04-11 16:06:40 +0800 |
commit | 2f925b975f68eb8a5c89368c28f38589ca3dd327 (patch) | |
tree | abce56b0e9907da4dad969482010e165bf716094 /shells/bash | |
parent | 6b02d1b35c173832c085697cf76aa156d04ad843 (diff) | |
download | freebsd-ports-gnome-2f925b975f68eb8a5c89368c28f38589ca3dd327.tar.gz freebsd-ports-gnome-2f925b975f68eb8a5c89368c28f38589ca3dd327.tar.zst freebsd-ports-gnome-2f925b975f68eb8a5c89368c28f38589ca3dd327.zip |
Very sorry for a local change that made it into the last commit.
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index e6ae1fa86f11..83265f05cbe8 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -25,7 +25,7 @@ PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S/.//g}-0${patch}:bash PATCHLEVEL= ${patch} .endfor -MAINTAINER= eik@FreeBSD.org, obrien@FreeBSD.org +MAINTAINER= eik@FreeBSD.org COMMENT= The GNU Project's Bourne Again SHell IGNOREFILES= FAQ @@ -53,7 +53,6 @@ PORTDOCS= FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH .endif CONFIGURE_ARGS= --without-bash-malloc \ - --with-installed-readline \ --disable-rpath \ --enable-disabled-builtins |