diff options
author | obrien <obrien@FreeBSD.org> | 2000-11-30 19:42:35 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-11-30 19:42:35 +0800 |
commit | 80a37808c7d0a15e8407ae71259777c045c94646 (patch) | |
tree | dc53c4e05c81edb5749e8814f00272fc795edcb7 /shells/bash2 | |
parent | 3e734a0c4cff689a3da326cd13ca4f6b2652a69b (diff) | |
download | freebsd-ports-gnome-80a37808c7d0a15e8407ae71259777c045c94646.tar.gz freebsd-ports-gnome-80a37808c7d0a15e8407ae71259777c045c94646.tar.zst freebsd-ports-gnome-80a37808c7d0a15e8407ae71259777c045c94646.zip |
It's my main shell, so I have in interest in seeing it maintained.
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 6a266d80e563..c169feba7467 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/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 |