diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-14 15:21:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-14 15:21:09 +0000 |
commit | 4a6d1b216834e8631617344d05f5bc4781bac800 (patch) | |
tree | 0ff3eee5f8a9618bf2e66d1b996ba46e92261cd7 /shells/bash2 | |
parent | 622ab741cd3989eeee291f4b9d2a5804ba395ee4 (diff) | |
download | pkgsrc-4a6d1b216834e8631617344d05f5bc4781bac800.tar.gz |
Bump PKGREVISION for addition of official patches.
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 6cb8a01c366..92b69e045f6 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.44 2003/03/14 14:40:36 toshii Exp $ +# $NetBSD: Makefile,v 1.45 2003/03/14 15:21:09 wiz Exp $ # DISTNAME= bash-2.05b PKGNAME= bash-2.05.2 +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ |