diff options
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r-- | shells/bash2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index a946e478e21..5ab949a2c75 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.52 2004/01/05 12:36:41 jlam Exp $ +# $NetBSD: Makefile,v 1.53 2004/06/22 14:05:39 minskim Exp $ # DISTNAME= bash-2.05b PKGNAME= bash-2.05.2.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ |