diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-06-03 00:42:07 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-06-03 00:42:07 +0000 |
commit | 0ad6008733800b29c333642b9b0a51b0654ce288 (patch) | |
tree | 3563d85f910b78affe82f5074371a87c5be7e317 | |
parent | 25d4d299e3513d11f3c3527a94a9bf1a7511b29e (diff) | |
download | pkgsrc-0ad6008733800b29c333642b9b0a51b0654ce288.tar.gz |
add & enable tuxmath
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | games/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 0948384dc2f..8140c7e4091 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.2401 2003/06/02 19:55:53 abs Exp $ +$NetBSD: CHANGES,v 1.2402 2003/06/03 00:42:07 hubertf Exp $ Changes to the packages collection and infrastructure in 2003: @@ -2277,3 +2277,4 @@ Changes to the packages collection and infrastructure in 2003: Added vms-empire-1.4 [jmmv 2003-06-02] Updated dircproxy to 1.0.5 [jmmv 2003-06-02] Updated setiathome to 3.03nb2 [abs 2003-06-02] + Added tuxmath-20010907 [hubertf 2003-06-03] diff --git a/games/Makefile b/games/Makefile index 754dfe291d6..dc8af44db6e 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.170 2003/06/02 14:10:50 jmmv Exp $ +# $NetBSD: Makefile,v 1.171 2003/06/03 00:42:07 hubertf Exp $ # COMMENT= Games @@ -146,6 +146,7 @@ SUBDIR+= svb SUBDIR+= tanked SUBDIR+= tileworld SUBDIR+= tscp +SUBDIR+= tuxmath SUBDIR+= tuxracer SUBDIR+= ularn SUBDIR+= vms-empire |