summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-05-13 06:52:50 +0000
committerEray Aslan <eras@gentoo.org>2011-05-13 06:52:50 +0000
commitec50955946b8b787ef3c61cb877ca9d0114925ac (patch)
tree418526d5cb0ff99af49f591d8b8dec1fb0b24ab8 /mail-mta/esmtp/esmtp-1.2.ebuild
parentVersion bump. (diff)
downloadgentoo-2-ec50955946b8b787ef3c61cb877ca9d0114925ac.tar.gz
gentoo-2-ec50955946b8b787ef3c61cb877ca9d0114925ac.tar.bz2
gentoo-2-ec50955946b8b787ef3c61cb877ca9d0114925ac.zip
add sample esmtprc file to docs dir
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta/esmtp/esmtp-1.2.ebuild')
-rw-r--r--mail-mta/esmtp/esmtp-1.2.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/mail-mta/esmtp/esmtp-1.2.ebuild b/mail-mta/esmtp/esmtp-1.2.ebuild
index bf69e158deaa..16e4c4419b6d 100644
--- a/mail-mta/esmtp/esmtp-1.2.ebuild
+++ b/mail-mta/esmtp/esmtp-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild,v 1.3 2011/05/12 10:30:53 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild,v 1.4 2011/05/13 06:52:50 eras Exp $
DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax"
HOMEPAGE="http://esmtp.sourceforge.net/"
@@ -30,5 +30,9 @@ RDEPEND="net-libs/libesmtp
src_install() {
emake DESTDIR="${D}" install || die "einstall failed"
- dodoc AUTHORS ChangeLog NEWS README TODO || die
+ dodoc AUTHORS ChangeLog NEWS README TODO sample.esmtprc || die
+}
+
+pkg_postinst() {
+ elog "A sample esmtprc file has been installed in /usr/share/doc/${P}"
}