summaryrefslogtreecommitdiff
path: root/mail/dspam
diff options
context:
space:
mode:
authorrecht <recht>2005-10-29 12:36:50 +0000
committerrecht <recht>2005-10-29 12:36:50 +0000
commit39678c81abfadd10f050e000585aa764036900f3 (patch)
treeaf8db009d2b76b42211d8cb7f710cdc59f704ff6 /mail/dspam
parent64d747bf79de564aeeee8410814f7b145ea7e89d (diff)
downloadpkgsrc-39678c81abfadd10f050e000585aa764036900f3.tar.gz
fix typo (missing quote)
Diffstat (limited to 'mail/dspam')
-rw-r--r--mail/dspam/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dspam/options.mk b/mail/dspam/options.mk
index 473a5a75bbd..a04c233a7e5 100644
--- a/mail/dspam/options.mk
+++ b/mail/dspam/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2005/10/20 08:33:13 adrianp Exp $
+# $NetBSD: options.mk,v 1.12 2005/10/29 12:36:50 recht Exp $
.if defined(DSPAM_DELIVERY_AGENT) && !empty(DSPAM_DELIVERY_AGENT:Mcustom)
DSPAM_DELIVERY_AGENT:= ${DSPAM_DELIVERY_AGENT_ARGS}
@@ -191,7 +191,7 @@ DSPAM_PSFLAGS?= aux
###
.if !empty(PKG_OPTIONS:Mclamav)
CONFIGURE_ARGS+= --enable-clamav
-.include "../../mail/clamav/buildlink3.mk
+.include "../../mail/clamav/buildlink3.mk"
.endif
###