diff -ruN mathomatic/Makefile mathomatic.new/Makefile
--- mathomatic/Makefile	Fri May 27 01:04:11 2005
+++ mathomatic.new/Makefile	Tue Jun 14 15:20:25 2005
@@ -2,7 +2,7 @@
 
 COMMENT=	"small, portable, general purpose computer algebra system"
 
-DISTNAME=	mathomatic-12.3.3
+DISTNAME=	mathomatic-12.4.2
 CATEGORIES=	math
 
 HOMEPAGE=	http://mathomatic.orgserve.de/math/
@@ -29,7 +29,7 @@
 	${INSTALL_PROGRAM} ${WRKBUILD}/mathomatic ${PREFIX}/bin/
 	${INSTALL_MAN} ${WRKSRC}/doc/mathomatic.1 ${PREFIX}/man/man1/
 	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mathomatic
-	${INSTALL_DATA} ${WRKSRC}/changes.txt ${WRKSRC}/doc/*.htm \
+	${INSTALL_DATA} ${WRKSRC}/changes.txt ${WRKSRC}/doc/*.htm* \
 		${PREFIX}/share/doc/mathomatic/
 
 .include <bsd.port.mk>
diff -ruN mathomatic/distinfo mathomatic.new/distinfo
--- mathomatic/distinfo	Fri May 27 01:04:11 2005
+++ mathomatic.new/distinfo	Tue Jun 14 15:21:12 2005
@@ -1,4 +1,4 @@
-MD5 (mathomatic-12.3.3.tgz) = 08fe86615fad0708f2aabf0e82ad2c31
-RMD160 (mathomatic-12.3.3.tgz) = 8d0f2188619bc19b733db063cfab9c43d5fc24fe
-SHA1 (mathomatic-12.3.3.tgz) = 6e8bf150f56c83071e2dd307207c97ad5a7a72cf
-SIZE (mathomatic-12.3.3.tgz) = 126565
+MD5 (mathomatic-12.4.2.tgz) = ad0df739c64a3db1733f2e290b0549ae
+RMD160 (mathomatic-12.4.2.tgz) = 12d962945fe48fb6fcf96831d1337324f3e1f198
+SHA1 (mathomatic-12.4.2.tgz) = 77c868d890d25b469e4735f0026e66c4f24b500f
+SIZE (mathomatic-12.4.2.tgz) = 128376
diff -ruN mathomatic/patches/patch-globals_c mathomatic.new/patches/patch-globals_c
--- mathomatic/patches/patch-globals_c	Fri May 27 01:04:11 2005
+++ mathomatic.new/patches/patch-globals_c	Tue Jun 14 15:24:19 2005
@@ -1,12 +1,12 @@
-$OpenBSD: patch-globals_c,v 1.1.1.1 2005/05/27 06:04:11 naddy Exp $
---- globals.c.orig	Thu May 26 22:47:30 2005
-+++ globals.c	Thu May 26 22:47:43 2005
-@@ -37,7 +37,7 @@ int		finance_option;		/* for displaying 
- int		debug_level;		/* current debug level */
+$OpenBSD$
+--- globals.c.orig	Tue Jun 14 15:23:29 2005
++++ globals.c	Tue Jun 14 15:24:12 2005
+@@ -37,7 +37,7 @@ int		finance_option;			/* for displaying
+ int		debug_level;			/* current debug level */
  #endif
  int		domain_check;
--int		color_flag = true;	/* true for color mode */
-+int		color_flag = false;	/* true for color mode */
- int		html_flag;		/* true for HTML mode */
- int		partial_flag;		/* true for partial unfactoring of algebraic fractions */
- int		symb_flag;		/* true for "simplify symbolic" */
+-int		color_flag = true;		/* true for color mode */
++int		color_flag = false;		/* true for color mode */
+ int		html_flag;			/* true for HTML mode */
+ int		partial_flag;			/* true for partial unfactoring of algebraic fractions */
+ int		symb_flag;			/* true for "simplify symbolic" */
diff -ruN mathomatic/pkg/PLIST mathomatic.new/pkg/PLIST
--- mathomatic/pkg/PLIST	Fri May 27 01:04:11 2005
+++ mathomatic.new/pkg/PLIST	Tue Jun 14 13:59:08 2005
@@ -4,5 +4,7 @@
 share/doc/mathomatic/
 share/doc/mathomatic/am.htm
 share/doc/mathomatic/changes.txt
+share/doc/mathomatic/ctips.html
+share/doc/mathomatic/index.html
 share/doc/mathomatic/manual.htm
-share/doc/mathomatic/notes.htm
+share/doc/mathomatic/notes.html
