summaryrefslogtreecommitdiff
path: root/editors/vilearn/files/patch-aa
blob: 552495ac9e1e9c2c7e06ca66609e2d0181314987 (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
--- Makefile.orig	Fri Dec 12 09:08:12 1997
+++ Makefile	Fri Dec 12 09:17:12 1997
@@ -4,12 +4,12 @@
 
 # BINDIR is where the vilearn shell script will live. It should be in the
 # path of new users.
-BINDIR=	/usr/local/bin
+BINDIR=	${PREFIX}/bin
 
 # MANDIR is the man area where vilearn's man page will be installed. It
 # should be somewhere that the default man command will search.
 
-MANDIR=	/usr/local/man
+MANDIR=	${PREFIX}/man
 
 # SEC is the section of the manual that vilearn's man page will be
 # installed in.
@@ -18,7 +18,7 @@
 
 # TUTORIALS is the directory where the master copies of the tutorials
 # will live.
-TUTORIALS=	/usr/local/lib/vilearn
+TUTORIALS=	${PREFIX}/share/vilearn
 
 # Shouldn't have to edit below here.