diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | lang/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 4d873e5feed..7854254e4f8 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6906 2004/08/16 16:20:49 recht Exp $ +$NetBSD: CHANGES,v 1.6907 2004/08/16 17:13:54 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3863,3 +3863,4 @@ Changes to the packages collection and infrastructure in 2004: Updated nail to 11.2 [cjep 2004-08-16] Added glabels-2.0.1 [wiz 2004-08-16] Updated zsh to 4.2.1 [recht 2004-08-16] + Added py-funge-0.2beta1 [minskim 2004-08-16] diff --git a/lang/Makefile b/lang/Makefile index c92db9cfa8c..b573361b773 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.187 2004/07/29 14:43:16 tv Exp $ +# $NetBSD: Makefile,v 1.188 2004/08/16 17:13:54 minskim Exp $ # COMMENT= Programming languages @@ -109,6 +109,7 @@ SUBDIR+= pnetC SUBDIR+= pnetlib SUBDIR+= pnetlib-nox11 SUBDIR+= py-extclass +SUBDIR+= py-funge SUBDIR+= py-html-docs SUBDIR+= py-psyco SUBDIR+= py-pyrex |