summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-21 14:32:28 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-21 14:32:28 +0000
commit8cabb4d8566c5c72de68b4c0a16a7a70aedd8aa6 (patch)
treedd6f9e5cf483986b50c0e7d5093f40a8af8d5cca /x11-misc/bbmail
parentmove epatch to src_prepare, fix quoting (diff)
downloadhistorical-8cabb4d8566c5c72de68b4c0a16a7a70aedd8aa6.tar.gz
historical-8cabb4d8566c5c72de68b4c0a16a7a70aedd8aa6.tar.bz2
historical-8cabb4d8566c5c72de68b4c0a16a7a70aedd8aa6.zip
COPYING
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/bbmail')
-rw-r--r--x11-misc/bbmail/bbmail-0.8.3.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-misc/bbmail/bbmail-0.8.3.ebuild b/x11-misc/bbmail/bbmail-0.8.3.ebuild
index cd48bd933d54..642b76be4bb7 100644
--- a/x11-misc/bbmail/bbmail-0.8.3.ebuild
+++ b/x11-misc/bbmail/bbmail-0.8.3.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.8 2006/12/07 02:25:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbmail/bbmail-0.8.3.ebuild,v 1.9 2010/07/21 14:32:28 ssuominen Exp $
-IUSE=""
DESCRIPTION="blackbox mail notification"
-SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz"
HOMEPAGE="http://bbtools.windsofstorm.net/available.phtml#bbmail"
+SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="ppc sparc x86 ~x86-fbsd"
+IUSE=""
DEPEND="virtual/blackbox"
-src_install () {
- make DESTDIR="${D}" install || die
+src_install() {
+ emake DESTDIR="${D}" install || die
dobin scripts/bbmailparsefm.pl
- dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
+ dodoc AUTHORS BUGS ChangeLog NEWS README TODO
}