summaryrefslogtreecommitdiff
path: root/math/mathomatic/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-06-05 04:55:43 +0000
committerminskim <minskim@pkgsrc.org>2005-06-05 04:55:43 +0000
commit2fbd0128bf383e961cc33d82d6f9ffe212cb3160 (patch)
tree4ab2771e39c9b0129869d2995ae92f28a1603362 /math/mathomatic/Makefile
parent83088700394df0cd962ce28e92927900d2adbfdb (diff)
downloadpkgsrc-2fbd0128bf383e961cc33d82d6f9ffe212cb3160.tar.gz
Update mathomatic to 12.4.0.
Changes: - Added singularity checking and enabled numerical integration. - Fixed a bug in and documented numerical integration. - Simplify command was improved. - Startup displays more accurate memory usage info. - Update to the Mathomatic man page (added description). - Added NO_COLOR define (see README.txt). - Added function get_range_eol(). - Doubled MAX_COMPARE_TERMS to 400.
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 410789e5597..d18a1df5575 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2005/05/31 07:29:38 minskim Exp $
+# $NetBSD: Makefile,v 1.40 2005/06/05 04:55:43 minskim Exp $
#
-DISTNAME= mathomatic-12.3.3
+DISTNAME= mathomatic-12.4.0
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tgz
@@ -25,7 +25,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/mathomatic.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE}
- ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${WRKSRC}/README.txt \
- ${PREFIX}/share/doc/${PKGBASE}
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${WRKSRC}/doc/*.html \
+ ${WRKSRC}/README.txt ${PREFIX}/share/doc/${PKGBASE}
.include "../../mk/bsd.pkg.mk"