diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-10-07 18:49:48 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-10-07 18:49:48 +0000 |
commit | 2153c74b09a70aff95ba205163c89d4dba9f79c1 (patch) | |
tree | ee980c932510f6a34bdae9de79558d1fa17616b2 /math/mathomatic | |
parent | dd60bb5266b82928a9d3f1bc9a62aa2471fd6a1f (diff) | |
download | ports-2153c74b09a70aff95ba205163c89d4dba9f79c1.tar.gz ports-2153c74b09a70aff95ba205163c89d4dba9f79c1.zip |
Notes
Diffstat (limited to 'math/mathomatic')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 4 | ||||
-rw-r--r-- | math/mathomatic/files/patch-makefile | 13 |
3 files changed, 15 insertions, 6 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 46a6ac2cfcfb..3c2d0515101d 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mathomatic -PORTVERSION= 12.3.2 +PORTVERSION= 12.4.11 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz @@ -22,7 +22,7 @@ MAKE_ARGS+= -DREADLINE prefix=${PREFIX} docdir='$$(prefix)/share/doc' USE_REINPLACE= yes PLIST_FILES= bin/mathomatic -PORTDOCS= am.htm ctips.html index.html manual.htm notes.htm changes.txt +PORTDOCS= am.htm ctips.html index.html manual.htm notes.html changes.txt MAN1= mathomatic.1 diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 8d9c6a3dfad4..94dbf56bf933 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,2 +1,2 @@ -MD5 (mathomatic-12.3.2.tgz) = 10ddffc636a09d8e30bbce1c0f757457 -SIZE (mathomatic-12.3.2.tgz) = 124309 +MD5 (mathomatic-12.4.11.tgz) = ee54e976e1a99f8e08fa6c4a4e7924ad +SIZE (mathomatic-12.4.11.tgz) = 128156 diff --git a/math/mathomatic/files/patch-makefile b/math/mathomatic/files/patch-makefile index 7c6517fad350..ae516952dd2a 100644 --- a/math/mathomatic/files/patch-makefile +++ b/math/mathomatic/files/patch-makefile @@ -1,5 +1,14 @@ ---- makefile.orig Wed May 18 15:06:46 2005 -+++ makefile Wed May 18 15:07:19 2005 +--- makefile.orig Sat Sep 10 23:21:26 2005 ++++ makefile Fri Oct 7 15:03:27 2005 +@@ -10,7 +10,7 @@ + + prefix = /usr + bindir = /usr/local/bin +-mandir = $(prefix)/share/man ++mandir = $(prefix)/man + docdir = $(prefix)/share/doc + + AOUT =mathomatic @@ -42,7 +42,7 @@ install -d $(docdir)/mathomatic install -m 0755 $(AOUT) $(bindir) |