net-analyzer/nethogs: Revbump to not install into /usr/local (bug #614144).
authorLars Wendler <polynomial-c@gentoo.org>
Tue, 28 Mar 2017 12:05:08 +0000 (14:05 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 28 Mar 2017 12:05:22 +0000 (14:05 +0200)
Thanks to Daniel Augustin for the bug report and the hint how to fix it.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild [moved from net-analyzer/nethogs/nethogs-0.8.5.ebuild with 93% similarity]

similarity index 93%
rename from net-analyzer/nethogs/nethogs-0.8.5.ebuild
rename to net-analyzer/nethogs/nethogs-0.8.5-r1.ebuild
index c88fc19baf69391fb8e2692b5f888ff9734a5d8e..96e845c300c706958213c12760dd17e09769deb2 100644 (file)
@@ -28,6 +28,6 @@ src_compile() {
 }
 
 src_install() {
-       emake DESTDIR="${ED}" prefix="/usr" install
+       emake DESTDIR="${ED}" PREFIX="/usr" install
        dodoc Changelog DESIGN README.decpcap.txt README.md
 }