diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-07-19 08:39:01 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-07-19 08:39:01 +0000 |
commit | 57c47856429aa04d975a6467bcaf6996008ccdb6 (patch) | |
tree | 20ff87989ee6a960650650af411a184187c0552d /mail-filter | |
parent | Always install hash storage backend and add ewarns about how to use it (#1857... (diff) | |
download | gentoo-2-57c47856429aa04d975a6467bcaf6996008ccdb6.tar.gz gentoo-2-57c47856429aa04d975a6467bcaf6996008ccdb6.tar.bz2 gentoo-2-57c47856429aa04d975a6467bcaf6996008ccdb6.zip |
minor: fix indentation
(Portage version: 2.1.2.7)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/dspam/dspam-3.8.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/dspam/dspam-3.8.0-r3.ebuild b/mail-filter/dspam/dspam-3.8.0-r3.ebuild index 8ed1f6e01396..fdcd2df7d2ef 100644 --- a/mail-filter/dspam/dspam-3.8.0-r3.ebuild +++ b/mail-filter/dspam/dspam-3.8.0-r3.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/mail-filter/dspam/dspam-3.8.0-r3.ebuild,v 1.1 2007/07/19 08:28:32 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r3.ebuild,v 1.2 2007/07/19 08:39:01 mrness Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -253,7 +253,7 @@ src_install () { -e "s:^Tokenizer .*$:Tokenizer sbph:" \ -e "/^#PValue/d" \ -e "s:^PValue .*$:PValue markov:" \ - -i "${D}"/${CONFDIR}/dspam.conf + -i "${D}"/${CONFDIR}/dspam.conf fi # installs the notification messages |