x11-plugins/guifications: nix src_install()
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 13:53:02 +0000 (09:53 -0400)
committerAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 18:23:10 +0000 (14:23 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-plugins/guifications/guifications-2.16.ebuild

index 95bed743de170110d67e14c669ad0ac6c58f4047..7c04124a3e390ec4efb2f91efb5e15d735b2f748 100644 (file)
@@ -28,8 +28,3 @@ src_configure() {
                $(use_enable debug ) \
                $(use_enable nls) || die "econf failure"
 }
-
-src_install() {
-       emake install DESTDIR="${D}" || die "make install failure"
-       default
-}