diff options
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r-- | shells/bash2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index fab0686fb505..57372616bd54 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/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 |