1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

upgrade to 12.3.2

PR:		81185
Submitted by:	me
Approved by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2005-05-18 10:42:04 +00:00
parent d91978fbdf
commit 26f155f39d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135538
3 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= mathomatic
PORTVERSION= 12.1.e
PORTVERSION= 12.3.2
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
PORTDOCS= am.htm ctips.html index.html manual.htm notes.htm changes.txt
MAN1= mathomatic.1

View File

@ -1,2 +1,2 @@
MD5 (mathomatic-12.1e.tgz) = 8c891061a6b754a28e714c1ed30ebab8
SIZE (mathomatic-12.1e.tgz) = 134782
MD5 (mathomatic-12.3.2.tgz) = 10ddffc636a09d8e30bbce1c0f757457
SIZE (mathomatic-12.3.2.tgz) = 124309

View File

@ -1,11 +1,11 @@
--- makefile.orig Mon Mar 7 03:40:08 2005
+++ makefile Mon Apr 11 22:16:09 2005
--- makefile.orig Wed May 18 15:06:46 2005
+++ makefile Wed May 18 15:07:19 2005
@@ -42,7 +42,7 @@
install -d $(docdir)/mathomatic
install -m 0755 $(AOUT) $(bindir)
install -m 0644 doc/mathomatic.1 $(mandir)/man1
- install -m 0644 doc/*.htm doc/*.html $(docdir)/mathomatic
+#%%PORTDOCS%%install -m 0644 doc/*.htm doc/*.html $(docdir)/mathomatic
- install -m 0644 changes.txt doc/*.htm doc/*.html $(docdir)/mathomatic
+#%%PORTDOCS%%install -m 0644 changes.txt doc/*.htm doc/*.html $(docdir)/mathomatic
@echo Install completed.
clean:
uninstall: