summaryrefslogtreecommitdiff
path: root/graphics/geomview/files/patch-ab
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1996-12-19 19:41:57 +0000
committerBill Fenner <fenner@FreeBSD.org>1996-12-19 19:41:57 +0000
commit742d15a9d457099cc7109c4a72c6be41005fcd2c (patch)
tree77ee1a8d04b242053322249f1531ffc244c1f12e /graphics/geomview/files/patch-ab
parentBUILD_DEPENDS on ld.so; (diff)
Geomview 1.6.1, an interactive viewer for 3- and 4-D geometric objects
Notes
Notes: svn path=/head/; revision=5040
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:
+ #