diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-11-06 01:17:59 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-11-06 01:17:59 +0000 |
commit | 186ce4ad838049c8983578e4963c019de5aae0f1 (patch) | |
tree | 84e4d30e24ea4e274e6dc9765b68e47d92d11a31 /shells/bash3/Makefile | |
parent | Back out previous commit -- my mistake. (diff) |
Upgrade to 2.01.1
Notes
Notes:
svn path=/head/; revision=8507
Diffstat (limited to 'shells/bash3/Makefile')
-rw-r--r-- | shells/bash3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index fab0686fb505..57372616bd54 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: bash -# Version required: 2.01 +# Version required: 2.01.1 # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.25 1997/06/06 23:13:49 ache Exp $ +# $Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp $ # -DISTNAME= bash-2.01 +DISTNAME= bash-2.01.1 CATEGORIES= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ \ ${MASTER_SITE_GNU} .if !defined(NOPORTDOCS) -DISTFILES= bash-2.01.tar.gz bash-doc-2.01.tar.gz +DISTFILES= bash-2.01.1.tar.gz bash-doc-2.01.tar.gz .endif MAINTAINER= ache@FreeBSD.ORG |