diff options
Diffstat (limited to 'shells/bash3')
-rw-r--r-- | shells/bash3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 6a266d80e563..c169feba7467 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: bash # Date created: 21 August 1994 # Whom: jkh @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= bash DISTFILES= bash-${PORTVERSION}.tar.gz bash-doc-${PORTVERSION}.tar.gz .endif -MAINTAINER= ports@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline |