summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Stine <battousai@gentoo.org>2004-05-31 09:29:20 +0000
committerBryan Stine <battousai@gentoo.org>2004-05-31 09:29:20 +0000
commit518960bfc82b6acdb3a63ef4247a0a485ce51144 (patch)
tree71d8b8c949b278ed3a146c2f5e534a0655f17c54 /x11-misc/synaptics
parentStable x86. Assume default settings if no USE flags match to close bug #5175... (diff)
downloadgentoo-2-518960bfc82b6acdb3a63ef4247a0a485ce51144.tar.gz
gentoo-2-518960bfc82b6acdb3a63ef4247a0a485ce51144.tar.bz2
gentoo-2-518960bfc82b6acdb3a63ef4247a0a485ce51144.zip
Fixed MANDIR path
Diffstat (limited to 'x11-misc/synaptics')
-rw-r--r--x11-misc/synaptics/ChangeLog7
-rw-r--r--x11-misc/synaptics/synaptics-0.13.2.ebuild5
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-misc/synaptics/ChangeLog b/x11-misc/synaptics/ChangeLog
index ecfd6819fd1f..fa54258d3954 100644
--- a/x11-misc/synaptics/ChangeLog
+++ b/x11-misc/synaptics/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/synaptics
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.15 2004/05/10 23:21:51 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.16 2004/05/31 09:29:20 battousai Exp $
+
+ 31 May 2004; Bryan Stine <battousai@gentoo.org>; synaptics-0.13.2.ebuild:
+ Added a little sed magic to change the MANDIR to /usr/man/man1 instead of
+ /usr/local... Thanks to Simon Cooper <thecoop@runbox.com> for reporting the
+ bug.
*synaptics-0.13.2 (10 May 2004)
diff --git a/x11-misc/synaptics/synaptics-0.13.2.ebuild b/x11-misc/synaptics/synaptics-0.13.2.ebuild
index 47e47001f4b0..8a41b004fdbf 100644
--- a/x11-misc/synaptics/synaptics-0.13.2.ebuild
+++ b/x11-misc/synaptics/synaptics-0.13.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.13.2.ebuild,v 1.1 2004/05/10 23:21:51 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.13.2.ebuild,v 1.2 2004/05/31 09:29:20 battousai Exp $
# This ebuild overwrites synaptics files installed by <= xfree-4.3.0-r3
# and xfree-4.3.99.14 >= X >= xfree-4.3.99.8.
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-RDEPEND="|| ( >=x11-base/xfree-4.3.0-r6 x11-base/xorg-x11 )"
+RDEPEND=">=x11-base/xfree-4.3.0-r4"
src_unpack() {
unpack ${A}
@@ -21,6 +21,7 @@ src_unpack() {
sed -i -e "s:BINDIR = \\\$(DESTDIR)/usr/local/bin:BINDIR = ${D}/usr/X11R6/bin:g" ${S}/Makefile
sed -i -e "s:CC = gcc:CC = ${CC}:g" ${S}/Makefile
sed -i -e "s:CDEBUGFLAGS = -O2:CDEBUGFLAGS = ${CFLAGS}:g" ${S}/Makefile
+ sed -i -e "s:MANDIR = .*:MANDIR = \\\$(DESTDIR)/usr/man/man1:" ${S}/Makefile
}
src_compile() {