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 | dbc31ccc65387c1d5c8b69693f2a66772edfb77b (patch) | |
tree | 6b330c08ce993478919be97e61a962c3eabbc986 /x11-misc/wininfo/wininfo-0.7.ebuild | |
parent | Added postinstall message to give information about the upgrade guide. (diff) | |
download | historical-dbc31ccc65387c1d5c8b69693f2a66772edfb77b.tar.gz historical-dbc31ccc65387c1d5c8b69693f2a66772edfb77b.tar.bz2 historical-dbc31ccc65387c1d5c8b69693f2a66772edfb77b.zip |
Fix bug #138138.
Package-Manager: portage-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 } |