From 5c53917148aede01c180efed1404e3d16ad5b126 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Sun, 6 Jun 2004 20:07:59 +0000 Subject: Fix compile error reported by Daniel Webert in bug #52883, which was caused by the sed statement not actually acting on any files. The fix was found by stan . Additionally, man pages were going into /usr/man not /usr/share/man, so fixed that too. --- app-office/ical/ChangeLog | 8 +++++++- app-office/ical/ical-2.2.1.ebuild | 7 ++++--- 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'app-office/ical') diff --git a/app-office/ical/ChangeLog b/app-office/ical/ChangeLog index 148d3ddacbbc..175a3c43d892 100644 --- a/app-office/ical/ChangeLog +++ b/app-office/ical/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/ical # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ical/ChangeLog,v 1.6 2004/03/15 04:11:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ical/ChangeLog,v 1.7 2004/06/06 20:07:59 seemant Exp $ + + 06 Jun 2004; Seemant Kulleen ical-2.2.1.ebuild: + Fix compile error reported by Daniel Webert in bug + #52883, which was caused by the sed statement not actually acting on any + files. The fix was found by stan . Additionally, man pages + were going into /usr/man not /usr/share/man, so fixed that too. 14 Mar 2004; Seemant Kulleen ical-2.2.1.ebuild: clean ups for bug #44712 by Michael Sterret diff --git a/app-office/ical/ical-2.2.1.ebuild b/app-office/ical/ical-2.2.1.ebuild index b98a476d6a37..dae80b2d7e03 100644 --- a/app-office/ical/ical-2.2.1.ebuild +++ b/app-office/ical/ical-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/ical/ical-2.2.1.ebuild,v 1.7 2004/04/07 18:50:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/ical/ical-2.2.1.ebuild,v 1.8 2004/06/06 20:07:59 seemant Exp $ inherit eutils @@ -34,7 +34,7 @@ src_unpack() { sed -i \ -e "s: \@TCL_LIBS\@::" \ -e "s:mkdir:mkdir -p:" \ - Makefile.in + ${S}/Makefile.in has_version '=dev-lang/tcl-8.4*' && epatch ${MY_P}-tcl8.4.patch } @@ -46,5 +46,6 @@ src_compile() { } src_install() { - einstall || die "install failed" + einstall \ + MANDIR=${D}/usr/share/man || die "install failed" } -- cgit v1.2.3-65-gdbad