diff options
author | Zac Medico <zmedico@gentoo.org> | 2016-07-02 18:04:21 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2016-07-02 18:04:21 -0700 |
commit | 8fb13e5184fec426206985aec3445febfbe00b2a (patch) | |
tree | 6eee8ed571663984bf28d14b782819d89eba6439 /mail-client/mailx-support | |
parent | sys-apps/smartmontools: add ${EPREFIX} to econf --with-drivedbdir (diff) | |
download | gentoo-8fb13e5184fec426206985aec3445febfbe00b2a.tar.gz gentoo-8fb13e5184fec426206985aec3445febfbe00b2a.tar.bz2 gentoo-8fb13e5184fec426206985aec3445febfbe00b2a.zip |
mail-client/mailx-support: add ${EPREFIX} to emake prefix
Package-Manager: portage-2.3.0
Diffstat (limited to 'mail-client/mailx-support')
-rw-r--r-- | mail-client/mailx-support/mailx-support-20060102-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |