diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-05-30 20:04:33 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-05-30 20:04:33 +0000 |
commit | 2c334372f88f1525fd42afd90a430862a7a5e4df (patch) | |
tree | 5458233170d307e3b874f0f54c33a8011196aee4 /x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild | |
parent | Update to latest upstream version. Close #94532. (diff) | |
download | historical-2c334372f88f1525fd42afd90a430862a7a5e4df.tar.gz historical-2c334372f88f1525fd42afd90a430862a7a5e4df.tar.bz2 historical-2c334372f88f1525fd42afd90a430862a7a5e4df.zip |
make src_install use the function provided by the gnome2 ebuild
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild')
-rw-r--r-- | x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild b/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild index dcc6bbab7d46..07d2107f0d36 100644 --- a/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild +++ b/x11-libs/gtkglarea/gtkglarea-1.99.0.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-libs/gtkglarea/gtkglarea-1.99.0.ebuild,v 1.26 2005/05/27 13:59:10 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkglarea/gtkglarea-1.99.0.ebuild,v 1.27 2005/05/30 20:04:33 blubb Exp $ inherit gnome2 gnuconfig multilib @@ -12,6 +12,8 @@ SLOT="2" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" IUSE="" +DOCS="AUTHORS ChangeLog INSTALL NEWS README* docs/*.txt" + RDEPEND="virtual/libc >=x11-libs/gtk+-2.0.3 virtual/glu @@ -37,8 +39,5 @@ src_compile() { } src_install() { - make DESTDIR=${D} \ - libdir=/usr/$(get_libdir) \ - install || die "make install failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README* docs/*.txt + gnome2_src_install libdir=${D}/$(get_libdir) } |