diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-10 16:47:15 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-10 16:47:15 +0000 |
commit | 1744b4834bda3804bf015d7ad47119010af4d4ea (patch) | |
tree | 65ae5a05d2cc341a9ffb69e060465d20258f8224 /math/mathomatic/Makefile | |
parent | 64f9d8aa340257b7e8e4a7de0e6595f792c17a13 (diff) | |
download | pkgsrc-1744b4834bda3804bf015d7ad47119010af4d4ea.tar.gz |
Update mathomatic to 11.1.
Changes:
- Fixed "makefile" to be completely portable.
No longer requires GNU make.
- Simplified some code.
- Converted token_type.kind to enum type for better type checking.
- Removed all "unsigned" variables and type casts.
- Simplified "simplify" command code. Some speed up.
- Moved "*.in" and "fix*" to directory "tests".
- Implemented long variable names (up to 40 characters).
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 f8cc92549da..c4286eef255 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/05/04 17:20:49 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2004/05/10 16:47:15 minskim Exp $ # -DISTNAME= mathomatic-11.0f +DISTNAME= mathomatic-11.1 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz |