summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-10-22 22:57:58 +0000
committerAlin Năstac <mrness@gentoo.org>2007-10-22 22:57:58 +0000
commit6ecd4978ea718bed1da0df07d52bcd16f7fcb356 (patch)
tree6dc2834e95a4f3c868feaa94f0d0adf07dce946e /net-mail
parentproper pear call (diff)
downloadgentoo-2-6ecd4978ea718bed1da0df07d52bcd16f7fcb356.tar.gz
gentoo-2-6ecd4978ea718bed1da0df07d52bcd16f7fcb356.tar.bz2
gentoo-2-6ecd4978ea718bed1da0df07d52bcd16f7fcb356.zip
use dobin
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/sendEmail/sendEmail-1.55.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mail/sendEmail/sendEmail-1.55.ebuild b/net-mail/sendEmail/sendEmail-1.55.ebuild
index 31e5d05f4d39..2fecead81e7e 100644
--- a/net-mail/sendEmail/sendEmail-1.55.ebuild
+++ b/net-mail/sendEmail/sendEmail-1.55.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/sendEmail-1.55.ebuild,v 1.3 2007/09/26 04:47:40 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/sendEmail-1.55.ebuild,v 1.4 2007/10/22 22:57:58 mrness Exp $
DESCRIPTION="Command line based, SMTP email agent"
HOMEPAGE="http://caspian.dotconf.net/menu/Software/SendEmail/"
@@ -18,7 +18,6 @@ RDEPEND="dev-lang/perl
S="${WORKDIR}/${PN}-v${PV}"
src_install() {
- dodir /usr/bin
- exeinto /usr/bin ; doexe sendEmail || die "failed to install sendEmail script"
+ dobin sendEmail || die "failed to install sendEmail script"
dodoc CHANGELOG README TODO
}