summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/liblockfile')
-rw-r--r--net-libs/liblockfile/ChangeLog5
-rw-r--r--net-libs/liblockfile/liblockfile-1.09.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/liblockfile/ChangeLog b/net-libs/liblockfile/ChangeLog
index 0a34a3998ffe..9aba1ca61a07 100644
--- a/net-libs/liblockfile/ChangeLog
+++ b/net-libs/liblockfile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/liblockfile
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.63 2012/02/10 17:04:41 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/ChangeLog,v 1.64 2012/02/11 10:11:36 grobian Exp $
+
+ 11 Feb 2012; Fabian Groffen <grobian@gentoo.org> liblockfile-1.09.ebuild:
+ Fix double Prefix that did not occur with 1.08
10 Feb 2012; Fabian Groffen <grobian@gentoo.org> +files/Makefile.Darwin.in,
liblockfile-1.09.ebuild:
diff --git a/net-libs/liblockfile/liblockfile-1.09.ebuild b/net-libs/liblockfile/liblockfile-1.09.ebuild
index 71f3f357f3e8..6ef7d908e59d 100644
--- a/net-libs/liblockfile/liblockfile-1.09.ebuild
+++ b/net-libs/liblockfile/liblockfile-1.09.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.3 2012/02/10 21:17:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/liblockfile/liblockfile-1.09.ebuild,v 1.4 2012/02/11 10:11:36 grobian Exp $
EAPI=4
@@ -43,6 +43,6 @@ src_configure() {
src_install() {
dodir /usr/{bin,include,$(get_libdir)} /usr/share/man/{man1,man3}
- emake ROOT="${ED}" install
+ emake ROOT="${D}" install
dodoc README Changelog
}