diff options
author | ache <ache@FreeBSD.org> | 1997-11-06 01:17:59 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-11-06 01:17:59 +0000 |
commit | 53691f9b1634257e8df27300d8e86305ed2eb675 (patch) | |
tree | d93f71917f61bc21827743cad95d1bfcbe98b00b /shells/bash/Makefile | |
parent | 8649ccf1b7212daa4af777d6e3090e60277bc8fb (diff) | |
download | FreeBSD-ports-53691f9b1634257e8df27300d8e86305ed2eb675.zip FreeBSD-ports-53691f9b1634257e8df27300d8e86305ed2eb675.tar.gz |
Upgrade to 2.01.1
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index fab0686..5737261 100644 --- a/shells/bash/Makefile +++ b/shells/bash/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 |