diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-17 14:41:50 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-17 14:41:50 +0800 |
commit | d787f2fcff1c335a00ade3eb73f633b1a2f94971 (patch) | |
tree | 5bed687aac2822d6c204cfee31d7b69d98b75b93 /shells | |
parent | ce6fa4f143d726225067d253d7306c91df73abba (diff) | |
download | freebsd-ports-gnome-d787f2fcff1c335a00ade3eb73f633b1a2f94971.tar.gz freebsd-ports-gnome-d787f2fcff1c335a00ade3eb73f633b1a2f94971.tar.zst freebsd-ports-gnome-d787f2fcff1c335a00ade3eb73f633b1a2f94971.zip |
ache writes:
> This port is obsoleted by bash2, so I don't want to be MAINTAINER
I *hate* bash2. So I'll take it over.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index f2801c88aa06..d8e89d322f6d 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -3,13 +3,15 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.21 1997/01/02 07:00:17 asami Exp $ +# $Id: Makefile,v 1.22 1997/02/14 14:18:45 ache Exp $ # DISTNAME= bash-1.14.7 CATEGORIES= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ +MAINTAINER= obrien@NUXI.com. + WRKSRC= ${WRKDIR}/${DISTNAME} # Don't compress manpages or .so not works. |