diff options
author | ache <ache@FreeBSD.org> | 1997-02-14 14:18:45 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-02-14 14:18:45 +0000 |
commit | 9f6744f72a88f1de5c8aa07c316cde699f868549 (patch) | |
tree | 16435551cba699890d7b4a03e0d1000ad5db972f /shells/bash1 | |
parent | a0b075f1b38bd03750958077c249a5db1b92d1b9 (diff) | |
download | FreeBSD-ports-9f6744f72a88f1de5c8aa07c316cde699f868549.zip FreeBSD-ports-9f6744f72a88f1de5c8aa07c316cde699f868549.tar.gz |
This port is obsoleted by bash2, so I don't want to be MAINTAINER
Diffstat (limited to 'shells/bash1')
-rw-r--r-- | shells/bash1/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 85524f6..f2801c8 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -3,15 +3,13 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.20 1996/12/27 11:40:41 ache Exp $ +# $Id: Makefile,v 1.21 1997/01/02 07:00:17 asami Exp $ # DISTNAME= bash-1.14.7 CATEGORIES= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ -MAINTAINER= ache@FreeBSD.ORG - WRKSRC= ${WRKDIR}/${DISTNAME} # Don't compress manpages or .so not works. |