summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-06-08 13:16:15 +0000
committerEray Aslan <eras@gentoo.org>2011-06-08 13:16:15 +0000
commit1441c207214580579dd0683f80be5cc4feecf8ba (patch)
tree5c4a6917a7c7c26907d0c650319db3759309d0dc
parentppc64 stable wrt #367575 (diff)
downloadgentoo-2-1441c207214580579dd0683f80be5cc4feecf8ba.tar.gz
gentoo-2-1441c207214580579dd0683f80be5cc4feecf8ba.tar.bz2
gentoo-2-1441c207214580579dd0683f80be5cc4feecf8ba.zip
Fix doc directory - bug #294280
(Portage version: 2.1.10/cvs/Linux x86_64)
-rw-r--r--mail-filter/procmail-lib/ChangeLog7
-rw-r--r--mail-filter/procmail-lib/procmail-lib-20081108.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/mail-filter/procmail-lib/ChangeLog b/mail-filter/procmail-lib/ChangeLog
index 7bd30f0b763b..96603dc197cd 100644
--- a/mail-filter/procmail-lib/ChangeLog
+++ b/mail-filter/procmail-lib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/procmail-lib
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail-lib/ChangeLog,v 1.5 2009/03/08 20:57:10 tcunha Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail-lib/ChangeLog,v 1.6 2011/06/08 13:16:15 eras Exp $
+
+ 08 Jun 2011; Eray Aslan <eras@gentoo.org> procmail-lib-20081108.ebuild:
+ Fix doc directory - bug #294280
08 Mar 2009; Tiago Cunha <tcunha@gentoo.org> procmail-lib-20081108.ebuild:
stable sparc, bug 261522
diff --git a/mail-filter/procmail-lib/procmail-lib-20081108.ebuild b/mail-filter/procmail-lib/procmail-lib-20081108.ebuild
index dd2bf99ca420..d681e81d1ae5 100644
--- a/mail-filter/procmail-lib/procmail-lib-20081108.ebuild
+++ b/mail-filter/procmail-lib/procmail-lib-20081108.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20081108.ebuild,v 1.5 2009/03/08 20:57:10 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20081108.ebuild,v 1.6 2011/06/08 13:16:15 eras Exp $
MY_PV="2008.1108"
@@ -19,5 +19,6 @@ RDEPEND="mail-filter/procmail"
S="${WORKDIR}/${PN}-${MY_PV}"
src_install() {
- make DESTDIR="${D}" prefix=/usr install || die "make install failed"
+ emake DESTDIR="${D}" prefix=/usr install || die "make install failed"
+ mv "${D}"/usr/share/doc/"${PN}" "${D}"/usr/share/doc/"${PF}"
}