diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-08 00:46:38 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-08 00:46:38 +0000 |
commit | b3be5b8a1110e2e7a160d16a89e0e19cb27d5399 (patch) | |
tree | 6dc5e9a770f71b16ecd15f4af8f837766f738e8e /net-mail | |
parent | glimmer (diff) | |
download | gentoo-2-b3be5b8a1110e2e7a160d16a89e0e19cb27d5399.tar.gz gentoo-2-b3be5b8a1110e2e7a160d16a89e0e19cb27d5399.tar.bz2 gentoo-2-b3be5b8a1110e2e7a160d16a89e0e19cb27d5399.zip |
use make prefix=/usr install, instead of DESTDIR, also remove --without-movemail
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/evolution/evolution-0.15-r3.ebuild (renamed from net-mail/evolution/evolution-0.15-r2.ebuild) | 14 | ||||
-rw-r--r-- | net-mail/evolution/files/digest-evolution-0.15-r3 (renamed from net-mail/evolution/files/digest-evolution-0.15-r2) | 2 |
2 files changed, 9 insertions, 7 deletions
diff --git a/net-mail/evolution/evolution-0.15-r2.ebuild b/net-mail/evolution/evolution-0.15-r3.ebuild index a0bde1cd3e04..3aa50ecd5b9c 100644 --- a/net-mail/evolution/evolution-0.15-r2.ebuild +++ b/net-mail/evolution/evolution-0.15-r3.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Mikael Hallendal <hallski@gentoo.org>, Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.15-r2.ebuild,v 1.1 2001/10/07 00:09:25 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.15-r3.ebuild,v 1.1 2001/10/08 00:46:38 hallski Exp $ DB3=db-3.1.17 -A="${P}.tar.gz ${DB3}.tar.gz" S=${WORKDIR}/${P} DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike" -SRC_URI="ftp://ftp.ximian.com/pub/source/${PN}/${A} - ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A} +SRC_URI="ftp://ftp.ximian.com/pub/source/${PN}/${P}.tar.gz + ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz" HOMEPAGE="http://www.ximian.com" @@ -65,16 +64,19 @@ src_compile() { ./configure --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc \ + --localstatedir=/var/lib \ --enable-file-locking=no \ --with-db3=${WORKDIR}/db3 \ - --without-movemail \ $myconf || die make || die # emake didn't work. } src_install () { - make DESTDIR=${D} install || die + make prefix=${D}/usr \ + sysconfdir=${D}/etc \ + localstatedir=${D}/var/lib \ + DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog HACKING MAINTAINERS dodoc NEWS README diff --git a/net-mail/evolution/files/digest-evolution-0.15-r2 b/net-mail/evolution/files/digest-evolution-0.15-r3 index 12e0f7747008..077f699f93d9 100644 --- a/net-mail/evolution/files/digest-evolution-0.15-r2 +++ b/net-mail/evolution/files/digest-evolution-0.15-r3 @@ -1,2 +1,2 @@ -MD5 3297446afe4b4a4615b3ca130e1bd3af evolution-0.15.tar.gz MD5 5baeb94fb934d0bf783ea42117c400be db-3.1.17.tar.gz +MD5 3297446afe4b4a4615b3ca130e1bd3af evolution-0.15.tar.gz |