diff options
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/wininfo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/wininfo/wininfo-0.7.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11-misc/wininfo/ChangeLog b/x11-misc/wininfo/ChangeLog index 4546d700edd6..aee7f045729d 100644 --- a/x11-misc/wininfo/ChangeLog +++ b/x11-misc/wininfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wininfo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.7 2006/01/21 13:46:48 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/ChangeLog,v 1.8 2006/07/01 19:12:13 nelchael Exp $ + + 01 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> wininfo-0.7.ebuild: + Fixed install, thanks to James Rowe <jnrowe@ukfsn.org>, see bug #138138. 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wininfo-0.7.ebuild: Fixed DEPEND for modular X. diff --git a/x11-misc/wininfo/wininfo-0.7.ebuild b/x11-misc/wininfo/wininfo-0.7.ebuild index 390896e649e5..f049f0755e59 100644 --- a/x11-misc/wininfo/wininfo-0.7.ebuild +++ b/x11-misc/wininfo/wininfo-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.8 2006/01/21 13:46:48 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wininfo/wininfo-0.7.ebuild,v 1.9 2006/07/01 19:12:13 nelchael Exp $ IUSE="" @@ -13,9 +13,7 @@ KEYWORDS="~amd64 ~ppc x86" DEPEND=">=x11-libs/gtk+-2" src_install() { + emake DESTDIR=${D} install - dobin src/wininfo - - newman wininfo.man wininfo.1 dodoc ABOUT-NLS AUTHORS NEWS README } |