diff options
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 430df81bf5e..ea02468d17f 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.51 2011/03/12 15:26:45 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2011/04/22 13:44:39 obache Exp $ BASH_VERSION= 4.2 DISTNAME= bash-${BASH_VERSION} #PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL} +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ |