diff options
author | minskim <minskim@pkgsrc.org> | 2006-03-26 18:45:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-03-26 18:45:07 +0000 |
commit | ea8997fc6aa094611f1248322a11bbc2f23b7b2d (patch) | |
tree | 72b54d55bec118701dffb6eff22b07f0bb2e7547 /math/mathomatic/Makefile | |
parent | 198b3d7057f98c4dc7c9e284e290fbaef3e31e24 (diff) | |
download | pkgsrc-ea8997fc6aa094611f1248322a11bbc2f23b7b2d.tar.gz |
Update mathomatic to 12.5.12.
Changes:
- Documentation improvements.
- Updated command description text in help command.
- Converted many functions to inline that are only used once and should be
inline.
- Code cleanup.
Diffstat (limited to 'math/mathomatic/Makefile')
-rw-r--r-- | math/mathomatic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index dfbd1b99cdd..f2d35c01ce1 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.62 2006/03/11 00:14:51 minskim Exp $ +# $NetBSD: Makefile,v 1.63 2006/03/26 18:45:07 minskim Exp $ # -DISTNAME= mathomatic-12.5.11 +DISTNAME= mathomatic-12.5.12 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 |