summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-01-14 21:17:09 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-01-14 21:17:09 +0000
commita9349139e344702215becc313cea515d58f9f504 (patch)
tree8fac828bc6a411ab34bdd66e2a99cc492d3b0229 /mail
parentversion bump for linux-tiff update (diff)
Fix RUN_DEPENDS: clamav.conf -> clamd.conf
Submitted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Notes
Notes: svn path=/head/; revision=126458
Diffstat (limited to 'mail')
-rw-r--r--mail/dspampd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dspampd/Makefile b/mail/dspampd/Makefile
index 00fe967e8d2f..fd437626ba78 100644
--- a/mail/dspampd/Makefile
+++ b/mail/dspampd/Makefile
@@ -80,11 +80,11 @@ EXTRA_PATCHES= ${FILESDIR}/lpatch-dspampd_system_users.diff
.endif
.ifdef(WITH_CLAMAV)
-RUN_DEPENDS+= ${LOCALBASE}/etc/clamav.conf:${PORTSDIR}/security/clamav
+RUN_DEPENDS+= ${LOCALBASE}/etc/clamd.conf:${PORTSDIR}/security/clamav
.endif
.ifdef(WITH_CLAMAV_DEVEL)
-RUN_DEPENDS+= ${LOCALBASE}/etc/clamav.conf:${PORTSDIR}/security/clamav-devel
+RUN_DEPENDS+= ${LOCALBASE}/etc/clamd.conf:${PORTSDIR}/security/clamav-devel
.endif
.ifdef(WITH_CLAMAV) || defined(WITH_CLAMAV_DEVEL)