- Update to 12.4.11

PR:		ports/87043
Submitted by:	maintainer
This commit is contained in:
Renato Botelho 2005-10-07 18:49:48 +00:00
parent dd60bb5266
commit 2153c74b09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144515
3 changed files with 15 additions and 6 deletions

View file

@ -7,7 +7,7 @@
# #
PORTNAME= mathomatic PORTNAME= mathomatic
PORTVERSION= 12.3.2 PORTVERSION= 12.4.11
CATEGORIES= math CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/ MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
@ -22,7 +22,7 @@ MAKE_ARGS+= -DREADLINE prefix=${PREFIX} docdir='$$(prefix)/share/doc'
USE_REINPLACE= yes USE_REINPLACE= yes
PLIST_FILES= bin/mathomatic 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 MAN1= mathomatic.1

View file

@ -1,2 +1,2 @@
MD5 (mathomatic-12.3.2.tgz) = 10ddffc636a09d8e30bbce1c0f757457 MD5 (mathomatic-12.4.11.tgz) = ee54e976e1a99f8e08fa6c4a4e7924ad
SIZE (mathomatic-12.3.2.tgz) = 124309 SIZE (mathomatic-12.4.11.tgz) = 128156

View file

@ -1,5 +1,14 @@
--- makefile.orig Wed May 18 15:06:46 2005 --- makefile.orig Sat Sep 10 23:21:26 2005
+++ makefile Wed May 18 15:07:19 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 @@ @@ -42,7 +42,7 @@
install -d $(docdir)/mathomatic install -d $(docdir)/mathomatic
install -m 0755 $(AOUT) $(bindir) install -m 0755 $(AOUT) $(bindir)