summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2014-09-08 13:54:58 +0000
committerNaohiro Aota <naota@gentoo.org>2014-09-08 13:54:58 +0000
commitf3a1d1bd38e41cd0842dab2176e9a02d81e4c1bb (patch)
tree0b0436afff99c57603096de28ce90d7ddabb4fd2 /dev-libs/libbegemot
parentold (diff)
downloadgentoo-2-f3a1d1bd38e41cd0842dab2176e9a02d81e4c1bb.tar.gz
gentoo-2-f3a1d1bd38e41cd0842dab2176e9a02d81e4c1bb.tar.bz2
gentoo-2-f3a1d1bd38e41cd0842dab2176e9a02d81e4c1bb.zip
Replace einstall with emake. #521542
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'dev-libs/libbegemot')
-rw-r--r--dev-libs/libbegemot/ChangeLog8
-rw-r--r--dev-libs/libbegemot/libbegemot-1.11.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-libs/libbegemot/ChangeLog b/dev-libs/libbegemot/ChangeLog
index c08e5065ff52..fb9d8a7aa7fc 100644
--- a/dev-libs/libbegemot/ChangeLog
+++ b/dev-libs/libbegemot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libbegemot
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbegemot/ChangeLog,v 1.3 2012/04/26 17:41:19 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbegemot/ChangeLog,v 1.4 2014/09/08 13:54:58 naota Exp $
+
+ 08 Sep 2014; Naohiro Aota <naota@gentoo.org> libbegemot-1.11.ebuild:
+ Replace einstall with emake. #521542
26 Apr 2012; Alexis Ballier <aballier@gentoo.org> libbegemot-1.11.ebuild:
keyword ~amd64-fbsd
@@ -14,4 +17,3 @@
+libbegemot-1.11.ebuild:
Added libbegemot 1.11. This will be used by Gentoo/FreeBSD and for bsnmp as
soon as it will work on Linux.
-
diff --git a/dev-libs/libbegemot/libbegemot-1.11.ebuild b/dev-libs/libbegemot/libbegemot-1.11.ebuild
index 593df3a6748b..8edeba8e2951 100644
--- a/dev-libs/libbegemot/libbegemot-1.11.ebuild
+++ b/dev-libs/libbegemot/libbegemot-1.11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbegemot/libbegemot-1.11.ebuild,v 1.4 2012/04/26 17:41:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbegemot/libbegemot-1.11.ebuild,v 1.5 2014/09/08 13:54:58 naota Exp $
inherit libtool
@@ -22,7 +22,7 @@ src_compile() {
}
src_install() {
- einstall || die "einstall failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
dodoc README
}