diff options
Diffstat (limited to 'net-mail/tmda/tmda-0.74.ebuild')
-rw-r--r-- | net-mail/tmda/tmda-0.74.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/tmda/tmda-0.74.ebuild b/net-mail/tmda/tmda-0.74.ebuild index 93538d00382b..140775fdf673 100644 --- a/net-mail/tmda/tmda-0.74.ebuild +++ b/net-mail/tmda/tmda-0.74.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Arcady Genkin <agenkin@thpoon.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/tmda/tmda-0.74.ebuild,v 1.1 2003/04/14 18:46:22 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tmda/tmda-0.74.ebuild,v 1.2 2003/09/05 02:32:14 msterret Exp $ DESCRIPTION="Python-based SPAM reduction system" HOMEPAGE="http://www.tmda.net/" @@ -38,7 +38,7 @@ src_install () { # The templates insinto /etc/tmda doins templates/*.txt - + # Documentation dodoc COPYING ChangeLog README THANKS UPGRADE CRYPTO CODENAMES INSTALL dohtml -r htdocs/*.html @@ -53,6 +53,6 @@ src_install () { insinto /usr/lib/tmda/contrib doins ChangeLog sample.config tmda.el tmda.spec \ - tofmipd.init tofmipd.sysconfig vtmdarc - + tofmipd.init tofmipd.sysconfig vtmdarc + } |