summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Stine <battousai@gentoo.org>2005-08-20 18:32:29 +0000
committerBryan Stine <battousai@gentoo.org>2005-08-20 18:32:29 +0000
commit567335a62ad7669a354eecbc69d9bc806ff0570e (patch)
tree2905d6a6fef6ebae028397cf170ff440fe37d910 /x11-misc/synaptics/synaptics-0.14.1.ebuild
parentMarking ~ppc-macos (diff)
downloadgentoo-2-567335a62ad7669a354eecbc69d9bc806ff0570e.tar.gz
gentoo-2-567335a62ad7669a354eecbc69d9bc806ff0570e.tar.bz2
gentoo-2-567335a62ad7669a354eecbc69d9bc806ff0570e.zip
Fix manpage location. Closes bug #103110.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-misc/synaptics/synaptics-0.14.1.ebuild')
-rw-r--r--x11-misc/synaptics/synaptics-0.14.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/synaptics/synaptics-0.14.1.ebuild b/x11-misc/synaptics/synaptics-0.14.1.ebuild
index a19f9413fecd..2e50e889f0cb 100644
--- a/x11-misc/synaptics/synaptics-0.14.1.ebuild
+++ b/x11-misc/synaptics/synaptics-0.14.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.14.1.ebuild,v 1.6 2005/07/25 18:09:09 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.14.1.ebuild,v 1.7 2005/08/20 18:32:29 battousai Exp $
inherit toolchain-funcs eutils
@@ -25,7 +25,7 @@ src_unpack() {
sed -i -e "s:BINDIR = \\\$(DESTDIR)/usr/local/bin:BINDIR = ${D}/usr/bin:g" ${S}/Makefile
sed -i -e "s:CC = gcc:CC = $(tc-getCC):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
+ sed -i -e "s:MANDIR = .*:MANDIR = \\\$(DESTDIR)/usr/share/man:" ${S}/Makefile
sed -i -e "s:INSTALLED_X = .*:INSTALLED_X = \\\$(DESTDIR)/usr:" ${S}/Makefile
}