From: Zac Medico Date: Sun, 3 Jul 2016 01:04:21 +0000 (-0700) Subject: mail-client/mailx-support: add ${EPREFIX} to emake prefix X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8fb13e5184fec426206985aec3445febfbe00b2a;p=gentoo.git mail-client/mailx-support: add ${EPREFIX} to emake prefix Package-Manager: portage-2.3.0 --- diff --git a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild b/mail-client/mailx-support/mailx-support-20060102-r2.ebuild index 658f9590b57f..7ee0a50d5fae 100644 --- a/mail-client/mailx-support/mailx-support-20060102-r2.ebuild +++ b/mail-client/mailx-support/mailx-support-20060102-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -35,5 +35,5 @@ src_compile() { } src_install() { - emake prefix="${D}/usr" install + emake prefix="${ED}/usr" install }