diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-01 19:12:13 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-01 19:12:13 +0000 |
commit | e51c925698e672e0e4f04fd82cb5c74b68d63dda (patch) | |
tree | bdff2c93f4e6c88417476e8d9a8280f18123591e /x11-misc/wininfo/wininfo-0.7.ebuild | |
parent | Added postinstall message to give information about the upgrade guide. (diff) | |
download | gentoo-2-e51c925698e672e0e4f04fd82cb5c74b68d63dda.tar.gz gentoo-2-e51c925698e672e0e4f04fd82cb5c74b68d63dda.tar.bz2 gentoo-2-e51c925698e672e0e4f04fd82cb5c74b68d63dda.zip |
Fix bug #138138.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'x11-misc/wininfo/wininfo-0.7.ebuild')
-rw-r--r-- | x11-misc/wininfo/wininfo-0.7.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
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 } |