summaryrefslogtreecommitdiff
path: root/graphics/geomview/files/patch-ab
blob: 9fe07948bba249414b85fc6d7545b24e94890d20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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:
 #