diff options
author | garga <garga@FreeBSD.org> | 2005-10-08 02:49:48 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-08 02:49:48 +0800 |
commit | 932648ed8d106132ad9f53931c6ca971a8e51071 (patch) | |
tree | 26f0744c393f22dbedd4403bf99230990e2142da /math | |
parent | 17b6acb6b68219d720c30991ff62ffebe0c7155c (diff) | |
download | freebsd-ports-gnome-932648ed8d106132ad9f53931c6ca971a8e51071.tar.gz freebsd-ports-gnome-932648ed8d106132ad9f53931c6ca971a8e51071.tar.zst freebsd-ports-gnome-932648ed8d106132ad9f53931c6ca971a8e51071.zip |
- Update to 12.4.11
PR: ports/87043
Submitted by: maintainer
Diffstat (limited to 'math')
-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) |