diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-01-05 00:41:06 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-01-05 00:41:06 +0000 |
commit | e553a7ca790bba2c19d0d56c2798720abf243f43 (patch) | |
tree | a803626a74257bc772e0344bf3075461082a8632 /sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild | |
parent | Unmask wxpython-2.8. (diff) | |
download | gentoo-2-e553a7ca790bba2c19d0d56c2798720abf243f43.tar.gz gentoo-2-e553a7ca790bba2c19d0d56c2798720abf243f43.tar.bz2 gentoo-2-e553a7ca790bba2c19d0d56c2798720abf243f43.zip |
Minor bump for the newer debian patch. Cleans up manpage and uses system header instead of bundled header. Also clean up ebuilds to modern standards.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild')
-rw-r--r-- | sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild b/sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild index 89519c6b569a..6a97ebe1c588 100644 --- a/sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild +++ b/sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild,v 1.2 2007/07/12 05:10:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/input-utils/input-utils-0.0.1_pre20050727.ebuild,v 1.3 2008/01/05 00:41:06 robbat2 Exp $ MY_P=input-${PV/0.0.1_pre/}-141704 @@ -19,7 +19,6 @@ RDEPEND="" S="${WORKDIR}/input" src_install() { - make install bindir=${D}/usr/bin mandir=${D}/usr/share/man || die "make install failed" - + make install bindir="${D}"/usr/bin mandir="${D}"/usr/share/man || die "make install failed" dodoc lircd.conf } |