diff options
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r-- | shells/bash2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 711c68d7c03..568b1062835 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.28 2001/08/04 06:58:23 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2001/08/30 13:56:27 mrg Exp $ # V= 2.05 DV= 2.05 -DISTNAME= bash-${V} +DISTNAME= bash-${V} +PKGNAME= ${DISTNAME}nb1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://slc2.ins.cwru.edu/pub/dist/ |