x11-plugins/guifications: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Aaron Bauman
2018-05-27 09:53:02 -04:00
parent b05f206cc4
commit 74a09ef410

View 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
}