summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Locke <blocke@gentoo.org>2002-02-03 02:23:43 +0000
committerBruce A. Locke <blocke@gentoo.org>2002-02-03 02:23:43 +0000
commit1f3bbe60ac8cbe381a63b41aeeb2d2dd03ef5115 (patch)
tree1a65e1040cdf93c6e15a122d0467b2e26898258b /app-text/rman/files
parentvilistextum 2.6.1 ebuild submitted by coder@descom.com (Ilian Zarov) (diff)
downloadhistorical-1f3bbe60ac8cbe381a63b41aeeb2d2dd03ef5115.tar.gz
historical-1f3bbe60ac8cbe381a63b41aeeb2d2dd03ef5115.tar.bz2
historical-1f3bbe60ac8cbe381a63b41aeeb2d2dd03ef5115.zip
rman 3.0.9 ebuild submitted by jim@nuttz.org (Jim Nutt)
Diffstat (limited to 'app-text/rman/files')
-rw-r--r--app-text/rman/files/digest-rman-3.0.91
-rw-r--r--app-text/rman/files/rman-3.0.9-gentoo.diff16
2 files changed, 17 insertions, 0 deletions
diff --git a/app-text/rman/files/digest-rman-3.0.9 b/app-text/rman/files/digest-rman-3.0.9
new file mode 100644
index 000000000000..d6ffa6cf2aa0
--- /dev/null
+++ b/app-text/rman/files/digest-rman-3.0.9
@@ -0,0 +1 @@
+MD5 f29a3bde5b35d1624f41357b96262f8f rman.tar.gz 79222
diff --git a/app-text/rman/files/rman-3.0.9-gentoo.diff b/app-text/rman/files/rman-3.0.9-gentoo.diff
new file mode 100644
index 000000000000..37f3e16d723e
--- /dev/null
+++ b/app-text/rman/files/rman-3.0.9-gentoo.diff
@@ -0,0 +1,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
+