diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-30 11:42:35 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-11-30 11:42:35 +0000 |
commit | 64ae670e6c3b7f2a77a41caad2cc029bd0be0837 (patch) | |
tree | 9c4e1c3abc61bd9291fbee9cd04cc09d268dec75 /shells | |
parent | b3a3e327ec35fa4a4f68fdee430c1756ddfe5ba0 (diff) | |
download | ports-64ae670e6c3b7f2a77a41caad2cc029bd0be0837.tar.gz ports-64ae670e6c3b7f2a77a41caad2cc029bd0be0837.zip |
It's my main shell, so I have in interest in seeing it maintained.
Notes
Notes:
svn path=/head/; revision=35535
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 3 | ||||
-rw-r--r-- | shells/bash2/Makefile | 3 | ||||
-rw-r--r-- | shells/bash3/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 6a266d80e563..c169feba7467 100644 --- a/shells/bash/Makefile +++ b/shells/bash/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 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 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 |