summaryrefslogtreecommitdiff
path: root/app-text/rman/files/rman-3.2-gentoo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/rman/files/rman-3.2-gentoo.patch')
-rw-r--r--app-text/rman/files/rman-3.2-gentoo.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-text/rman/files/rman-3.2-gentoo.patch b/app-text/rman/files/rman-3.2-gentoo.patch
new file mode 100644
index 000000000000..676d555ce375
--- /dev/null
+++ b/app-text/rman/files/rman-3.2-gentoo.patch
@@ -0,0 +1,18 @@
+--- a/Makefile
++++ b/Makefile
+@@ -15,13 +15,8 @@
+ # this must be a directory that's in your bin PATH.
+ # MANDIR holds the man page.
+
+-BINDIR = /opt/local/bin
+-#BINDIR = /usr/local/bin
+-#BINDIR = //C/bin
+-MANDIR = /usr/local/man/man1
+-# popular alternative
+-#BINDIR = /opt/local/bin
+-#MANDIR = /opt/local/man/man1
++BINDIR = /usr/bin
++MANDIR = /usr/share/man/man1
+
+
+ ### if you have GNU gcc, use these definitions