pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dspam fix typo (missing quote)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eda7eefcee44
branches:  trunk
changeset: 501799:eda7eefcee44
user:      recht <recht%pkgsrc.org@localhost>
date:      Sat Oct 29 12:36:50 2005 +0000

description:
fix typo (missing quote)

diffstat:

 mail/dspam/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 30aaf6c9096b -r eda7eefcee44 mail/dspam/options.mk
--- a/mail/dspam/options.mk     Sat Oct 29 12:04:12 2005 +0000
+++ b/mail/dspam/options.mk     Sat Oct 29 12:36:50 2005 +0000
@@ -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 @@
 ###
 .if !empty(PKG_OPTIONS:Mclamav)
 CONFIGURE_ARGS+=       --enable-clamav
-.include "../../mail/clamav/buildlink3.mk
+.include "../../mail/clamav/buildlink3.mk"
 .endif
 
 ###



Home | Main Index | Thread Index | Old Index