summaryrefslogtreecommitdiff
path: root/math/mathomatic/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-07-04 16:38:47 +0000
committerminskim <minskim@pkgsrc.org>2004-07-04 16:38:47 +0000
commitbbbefe1a978808c434f67892e948ac1da0c6b2ae (patch)
tree08a069d669dbf66e7bbea0d6d7383038707b2d5a /math/mathomatic/Makefile
parent3c5fb4ffa5338434b46d348a748d1cb1cbf902f7 (diff)
downloadpkgsrc-bbbefe1a978808c434f67892e948ac1da0c6b2ae.tar.gz
Update mathomatic to 11.2e.
Changes: Renamed the Mathomatic executable to "mathomatic". Add inverse Laplace transform. Usage: laplace inverse x Fixed bug in solving for zero, which occurred when there were no variables in the divisor. Some improvement in solve routine.
Diffstat (limited to 'math/mathomatic/Makefile')
-rw-r--r--math/mathomatic/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index a278f5bf0b4..4bd51856187 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2004/06/28 13:58:25 minskim Exp $
+# $NetBSD: Makefile,v 1.15 2004/07/04 16:38:47 minskim Exp $
#
-DISTNAME= mathomatic-11.2d
+DISTNAME= mathomatic-11.2e
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tgz
@@ -24,8 +24,8 @@ INSTALLATION_DIRS= bin man/man1
.include "../../devel/readline/buildlink3.mk"
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/am ${PREFIX}/bin/am_mathomatic
- ${INSTALL_MAN} ${WRKSRC}/am.1 ${PREFIX}/man/man1/am_mathomatic.1
+ ${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 \
${PREFIX}/share/doc/${PKGBASE}