diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-11-18 03:15:07 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-11-18 03:15:07 +0000 |
commit | 744361f26abd20a3cdc67d25ace33c4bd3fd6100 (patch) | |
tree | fc0a1a283dff7545b292dbc76c9fd262ceacd97c /net-mail/tmda | |
parent | New ebuild with threaded index patch and some compile warning fixes. (diff) | |
download | historical-744361f26abd20a3cdc67d25ace33c4bd3fd6100.tar.gz historical-744361f26abd20a3cdc67d25ace33c4bd3fd6100.tar.bz2 historical-744361f26abd20a3cdc67d25ace33c4bd3fd6100.zip |
The file CODENAMES was forgotten from the installation.
Diffstat (limited to 'net-mail/tmda')
-rw-r--r-- | net-mail/tmda/tmda-0.65.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/tmda/tmda-0.65.ebuild b/net-mail/tmda/tmda-0.65.ebuild index 6e0b21d40073..89848ad7c7ea 100644 --- a/net-mail/tmda/tmda-0.65.ebuild +++ b/net-mail/tmda/tmda-0.65.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.65.ebuild,v 1.1 2002/11/17 01:51:52 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tmda/tmda-0.65.ebuild,v 1.2 2002/11/18 03:15:07 agenkin Exp $ DESCRIPTION="Python-based SPAM reduction system" HOMEPAGE="http://www.tmda.net/" @@ -40,7 +40,7 @@ src_install () { doins templates/*.txt # Documentation - dodoc COPYING ChangeLog README THANKS UPGRADE CRYPTO + dodoc COPYING ChangeLog README THANKS UPGRADE CRYPTO CODENAMES INSTALL dodoc contrib/tmda.spec contrib/sample.tmdarc dohtml -r htdocs/*.html |