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/files/patch-makefile | |
parent | Remove WWW: entry for this ancient port; the program's originator has (diff) |
- Update to 12.4.11
PR: ports/87043
Submitted by: maintainer
Diffstat (limited to 'math/mathomatic/files/patch-makefile')
-rw-r--r-- | math/mathomatic/files/patch-makefile | 13 |
1 files changed, 11 insertions, 2 deletions
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) |