summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail-filter/clamassassin/clamassassin-1.2.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/clamassassin/clamassassin-1.2.4.ebuild b/mail-filter/clamassassin/clamassassin-1.2.4.ebuild
index ca9ab9a78ee8..b3e4d97bc08a 100644
--- a/mail-filter/clamassassin/clamassassin-1.2.4.ebuild
+++ b/mail-filter/clamassassin/clamassassin-1.2.4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-DESCRIPTION="A simple spamassassin-like script for virus scanning (through clamav) and filtering e-mail messages"
+DESCRIPTION="Simple spamassassin-like script for virus scanning and filtering e-mail messages"
HOMEPAGE="http://jameslick.com/clamassassin/"
SRC_URI="http://jameslick.com/clamassassin/${P}.tar.gz"
LICENSE="BSD"
@@ -34,5 +34,5 @@ src_compile() {
src_install() {
dobin clamassassin
- dodoc CHANGELOG LICENSE README
+ dodoc CHANGELOG README
}