summaryrefslogtreecommitdiff
blob: 7913b04b0e48b3108dbadaf5973dc9608a43aaac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- rman-3.1/Makefile.orig	2003-03-29 20:45:20.000000000 -0300
+++ rman-3.1/Makefile	2003-06-21 08:50:33.000000000 -0300
@@ -15,9 +15,8 @@
 #    this must be a directory that's in your bin PATH.
 # MANDIR holds the man page.
 
-BINDIR = /usr/local/bin
-#BINDIR = //C/bin
-MANDIR = /usr/local/man/man1
+BINDIR = /usr/bin
+MANDIR = /usr/share/man/man1
 
 
 ### if you have GNU gcc v2.x, use these definitions