summaryrefslogtreecommitdiff
path: root/graphics/geomview/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/geomview/files/patch-ab')
-rw-r--r--graphics/geomview/files/patch-ab29
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/geomview/files/patch-ab b/graphics/geomview/files/patch-ab
new file mode 100644
index 000000000000..9fe07948bba2
--- /dev/null
+++ b/graphics/geomview/files/patch-ab
@@ -0,0 +1,29 @@
+--- makefiles/mk.site.default.orig Wed Oct 30 22:25:12 1996
++++ makefiles/mk.site.default Sun Dec 15 10:34:46 1996
+@@ -12,7 +12,7 @@
+ # running 'make install'.
+ # TAKE CARE that no blank characters follow after the name you enter here.
+
+-GEOMROOT=
++GEOMROOT= ${PREFIX}/share/geomview
+
+ # NOTE: The variable MACHTYPE has already been set by the time this file
+ # is read; it's the type of computer we're on ("sgi" or "next").
+@@ -22,7 +22,7 @@
+ # programs are to be installed. This should be a directory that is on
+ # users' $path, like /usr/local/bin.
+
+-BINDIR = /usr/local/bin
++BINDIR= ${PREFIX}/bin
+
+ # MMAPACKAGEDIR should be the pathname of the directory into which the
+ # Mathematica packages (OOGL.m, etc.) are to be installed. This should be some
+@@ -48,7 +48,7 @@
+ # manual pages are to be installed. The man pages will actually go into
+ # subdirectories of this directory with names like "man1", "cat1", etc.
+
+-MANDIR = /usr/local/man
++MANDIR= ${PREFIX}/man
+
+ # NOTE:
+ #