diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-26 17:37:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-26 17:37:02 +0000 |
commit | b8741e7fc902680ab8bc9297a0aa4a7e9f7d3b63 (patch) | |
tree | aae67c8f765a0bc9c5cfe14dfa6c84b85ecb64eb /math/mathomatic/Makefile | |
parent | 9751354a332ab109ca775488bbb9a182a6a51f40 (diff) | |
download | pkgsrc-b8741e7fc902680ab8bc9297a0aa4a7e9f7d3b63.tar.gz |
Update mathomatic to 11.3b.
Changes:
Proper exit after error reading files on the command line.
Added code to preserve roots of integers, if the result is irrational.
Fixed "calculate >filename".
Made "+/-2^.5" work as expected.
Code cleanup.
Full simplify added for every loop of taylor command.
Removed "replace temp" option, so that the "temp" variable can be renamed.
Diffstat (limited to 'math/mathomatic/Makefile')
-rw-r--r-- | math/mathomatic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index ca443d39089..7060a396f69 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2004/07/13 21:12:23 minskim Exp $ +# $NetBSD: Makefile,v 1.17 2004/07/26 17:37:02 minskim Exp $ # -DISTNAME= mathomatic-11.3 +DISTNAME= mathomatic-11.3b CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz @@ -27,7 +27,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mathomatic.1 ${PREFIX}/man/man1 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} - ${INSTALL_DATA} ${WRKSRC}/*.htm ${WRKSRC}/readme.txt \ + ${INSTALL_DATA} ${WRKSRC}/*.htm ${WRKSRC}/README.txt \ ${PREFIX}/share/doc/${PKGBASE} .include "../../mk/bsd.pkg.mk" |