summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2006-10-07 23:35:08 +0000
committerJoshua Kinard <kumba@gentoo.org>2006-10-07 23:35:08 +0000
commit884e1f2d112825f43b562966ce8a31db4da1728b (patch)
tree5a6baf13283ef94cd4a4a22d368cf37f9e1e3b18 /net-mail/mhonarc/mhonarc-2.6.15.ebuild
parentVersion bump, adds log4j support, closing bug #135884. (diff)
downloadgentoo-2-884e1f2d112825f43b562966ce8a31db4da1728b.tar.gz
gentoo-2-884e1f2d112825f43b562966ce8a31db4da1728b.tar.bz2
gentoo-2-884e1f2d112825f43b562966ce8a31db4da1728b.zip
Making 2.6.15 stable on x86, mips, and sparc. Alpha, amd64, and ppc can follow suit when they want, then 2.6.10/11 will get axed. Also adding a fix for Bug #123134.
(Portage version: 2.1.1)
Diffstat (limited to 'net-mail/mhonarc/mhonarc-2.6.15.ebuild')
-rw-r--r--net-mail/mhonarc/mhonarc-2.6.15.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/mhonarc/mhonarc-2.6.15.ebuild b/net-mail/mhonarc/mhonarc-2.6.15.ebuild
index dba3746dc941..e412ec8e1f80 100644
--- a/net-mail/mhonarc/mhonarc-2.6.15.ebuild
+++ b/net-mail/mhonarc/mhonarc-2.6.15.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/mhonarc-2.6.15.ebuild,v 1.1 2005/12/29 18:37:49 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/mhonarc-2.6.15.ebuild,v 1.2 2006/10/07 23:35:08 kumba Exp $
inherit perl-app
@@ -19,6 +19,6 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~amd64"
S="${WORKDIR}/${P/mhonarc/MHonArc}"
src_install() {
- sed -e "s|\$(INSTALLPRG)|\$(INSTALLPRG) -prefix ${D}|g" -i Makefile
+ sed -e "s|-prefix |-prefix ${D}|g" -i Makefile
perl-module_src_install
}