summaryrefslogtreecommitdiff
path: root/math/mathomatic/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2005-10-29 01:45:35 +0000
committerminskim <minskim>2005-10-29 01:45:35 +0000
commit0db1eb37b9076650678672e833dce7f438f282de (patch)
treee719621a9bb6ac9f2490ea13b24c789eece9632f /math/mathomatic/Makefile
parentdd66f0e952ebd5781eb3dbd28820a5ca93916617 (diff)
downloadpkgsrc-0db1eb37b9076650678672e833dce7f438f282de.tar.gz
Update mathomatic to 12.5.0.
Changes: - Made library work with constant strings passed as input to matho_process(). - Added "set bold_colors" option. Use this if equations are difficult to read. - Removed "doc/ctips.html". - Cleaned up and improved makefiles. - Fixed bug in "compile.secure".
Diffstat (limited to 'math/mathomatic/Makefile')
-rw-r--r--math/mathomatic/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index a98e602b7a1..ec0bc25d4b8 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2005/10/11 01:10:31 minskim Exp $
+# $NetBSD: Makefile,v 1.53 2005/10/29 01:45:35 minskim Exp $
#
-DISTNAME= mathomatic-12.4.12
+DISTNAME= mathomatic-12.5.0
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tgz
@@ -23,7 +23,7 @@ INSTALLATION_DIRS= bin man/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mathomatic ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/mathomatic.1 ${PREFIX}/man/man1
+ ${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}