mail-mta/esmtp: switch to default_src_install
authorMikle Kolyada <zlogene@gentoo.org>
Tue, 29 May 2018 16:31:25 +0000 (19:31 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Tue, 29 May 2018 16:31:25 +0000 (19:31 +0300)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

mail-mta/esmtp/esmtp-1.2-r1.ebuild

index ac16a7833d1b1f6ebbd4deb0e3c4770af5b8e276..bd1d86f7997abe8332d2d1044e37b7ff7c06da50 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -35,7 +35,7 @@ DEPEND="${CDEPEND}
 "
 
 src_install() {
-       emake DESTDIR="${D}" install
+       default
        dodoc AUTHORS ChangeLog NEWS README TODO sample.esmtprc
 }