diff options
author | 2005-07-26 16:19:04 +0000 | |
---|---|---|
committer | 2005-07-26 16:19:04 +0000 | |
commit | 2fff92c2ab1152f20198bcdae7a76b4e561405fa (patch) | |
tree | 6a9b04b669454f6b4ee6f6ddbdbe974e62cdb986 /net-mail/mailsync | |
parent | Version bump; tidy old ebuilds. (diff) | |
download | gentoo-2-2fff92c2ab1152f20198bcdae7a76b4e561405fa.tar.gz gentoo-2-2fff92c2ab1152f20198bcdae7a76b4e561405fa.tar.bz2 gentoo-2-2fff92c2ab1152f20198bcdae7a76b4e561405fa.zip |
fix cvs header. remove default src_compile.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-mail/mailsync')
-rw-r--r-- | net-mail/mailsync/mailsync-5.2.1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-mail/mailsync/mailsync-5.2.1.ebuild b/net-mail/mailsync/mailsync-5.2.1.ebuild index 2668e2b393b4..4e15c54d1148 100644 --- a/net-mail/mailsync/mailsync-5.2.1.ebuild +++ b/net-mail/mailsync/mailsync-5.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailsync/mailsync-5.2.1.ebuild,v 1.2 2005/07/26 16:19:04 swegener Exp $ DESCRIPTION="A mailbox synchronizer" HOMEPAGE="http://mailsync.sourceforge.net/" @@ -13,11 +13,6 @@ IUSE="" DEPEND="virtual/imap-c-client" -src_compile() { - econf || die - emake || die -} - src_install() { make DESTDIR=${D} install pkgdocdir=/usr/share/doc/${P} || die doman doc/mailsync.1 |