diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild index 95bed743de170..7c04124a3e390 100644 --- a/x11-plugins/guifications/guifications-2.16.ebuild +++ b/x11-plugins/guifications/guifications-2.16.ebuild @@ -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 -}