summaryrefslogtreecommitdiff
path: root/math/mathomatic/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2006-01-21 23:25:02 +0000
committerminskim <minskim>2006-01-21 23:25:02 +0000
commit02933aeabae10db1c44162faf2939f5621e0c7dc (patch)
tree52e9e1e16c34d8643190648c5f59156934fcf140 /math/mathomatic/Makefile
parent17a1f1818601940dca7dde125c2a86f2103e4c1d (diff)
downloadpkgsrc-02933aeabae10db1c44162faf2939f5621e0c7dc.tar.gz
Update mathomatic to 12.5.5.
Changes: - Added "doc/manpage.html", which is the man page for Mathomatic generated with "groff -Thtml -man". - Made sure all HTML files have the extension ".html". - Made sure we can allocate at least 1 equation space on startup. - Made entering things like "#1 a" succeed at entering a single variable expression. - Fix-ups to the symbolic math library. - Increased power of limit command. - A limit expression with infinity in it is assumed to be infinity.
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 513342f9af7..925ff430833 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2006/01/14 18:55:32 minskim Exp $
+# $NetBSD: Makefile,v 1.58 2006/01/21 23:25:02 minskim Exp $
#
-DISTNAME= mathomatic-12.5.4
+DISTNAME= mathomatic-12.5.5
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tar.bz2
@@ -25,7 +25,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}/doc/*.htm ${WRKSRC}/doc/*.html \
- ${WRKSRC}/README.txt ${PREFIX}/share/doc/${PKGBASE}
+ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${WRKSRC}/README.txt \
+ ${PREFIX}/share/doc/${PKGBASE}
.include "../../mk/bsd.pkg.mk"