blob: 37f3e16d723e227c6a214923468fc22faaffa796 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- rman-3.0.9/Makefile Fri Feb 1 17:04:07 2002
+++ rman-3.0.9-gentoo/Makefile Fri Feb 1 17:03:07 2002
@@ -15,11 +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 = /home/auspex/h/bair/phelps/man/man1
-#MANDIR = /usr/local/man/man1
-
+BINDIR = $(DESTDIR)/usr/bin
+MANDIR = $(DESTDIR)/usr/share/man
### if you have GNU gcc v2.x, use these definitions
|