summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail-filter/clamsmtp/ChangeLog5
-rw-r--r--mail-filter/clamsmtp/clamsmtp-1.8.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/mail-filter/clamsmtp/ChangeLog b/mail-filter/clamsmtp/ChangeLog
index 8a35b6be85ec..d19d84317d34 100644
--- a/mail-filter/clamsmtp/ChangeLog
+++ b/mail-filter/clamsmtp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/clamsmtp
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.17 2008/06/19 11:36:12 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/ChangeLog,v 1.18 2008/06/19 11:38:17 opfer Exp $
+
+ 19 Jun 2008; Christian Faulhammer <opfer@gentoo.org> clamsmtp-1.8.ebuild:
+ quote variables
19 Jun 2008; Christian Faulhammer <opfer@gentoo.org> clamsmtp-1.8.ebuild:
stable x86, bug 226817
diff --git a/mail-filter/clamsmtp/clamsmtp-1.8.ebuild b/mail-filter/clamsmtp/clamsmtp-1.8.ebuild
index 685243dbb5f7..3abf8977a4db 100644
--- a/mail-filter/clamsmtp/clamsmtp-1.8.ebuild
+++ b/mail-filter/clamsmtp/clamsmtp-1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.8.ebuild,v 1.6 2008/06/19 11:36:12 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamsmtp/clamsmtp-1.8.ebuild,v 1.7 2008/06/19 11:38:17 opfer Exp $
DESCRIPTION="ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software."
HOMEPAGE="http://memberwebs.com/nielsen/software/clamsmtp/"
@@ -16,16 +16,16 @@ DEPEND="virtual/libc
RDEPEND=">=app-antivirus/clamav-0.75"
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog README NEWS
- newinitd ${FILESDIR}/clamsmtpd.init clamsmtpd
+ newinitd "${FILESDIR}"/clamsmtpd.init clamsmtpd
insinto /etc
newins doc/clamsmtpd.conf clamsmtpd.conf
sed -i \
-e "s|\#\(ClamAddress\): .*|\1: /var/run/clamav/clamd.sock|" \
-e "s|\#\(User\): .*|\1: clamav|" \
- ${D}/etc/clamsmtpd.conf
+ "${D}"/etc/clamsmtpd.conf
}
pkg_postinst() {