diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-21 03:13:02 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-21 03:13:02 +0000 |
commit | e3aafde97c31095805406d5144f75412c6251e49 (patch) | |
tree | 57f2276a6e74a8e3ed5ab4320a779602c88b666e | |
parent | a41d11af353d9ddcb5a84b6442e46e4d59517aab (diff) | |
download | pkgsrc-e3aafde97c31095805406d5144f75412c6251e49.tar.gz |
Added bash-3.0.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | shells/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 0ef57d56b28..ba3db2053c0 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7505 2004/10/21 00:18:30 seb Exp $ +$NetBSD: CHANGES,v 1.7506 2004/10/21 03:13:02 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4796,3 +4796,4 @@ Changes to the packages collection and infrastructure in 2004: Updated wistumbler2 to 2.00-pre9 [xtraeme 2004-10-20] Added libradius-20040827 [manu 2004-10-21] Updated source-highlight to 1.11 [seb 2004-10-21] + Added bash-3.0 [xtraeme 2004-10-21] diff --git a/shells/Makefile b/shells/Makefile index 8315bb1f0a7..de162dacb7a 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.32 2004/05/29 02:07:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.33 2004/10/21 03:13:02 xtraeme Exp $ # COMMENT= Shells SUBDIR+= ast-ksh +SUBDIR+= bash SUBDIR+= bash2 SUBDIR+= bash2-doc SUBDIR+= es |