pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dspam Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a15604d2d01c
branches:  trunk
changeset: 482467:a15604d2d01c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Oct 28 13:32:20 2004 +0000

description:
Remove trailing whitespace.

diffstat:

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

diffs (18 lines):

diff -r 1db8e284692c -r a15604d2d01c mail/dspam/options.mk
--- a/mail/dspam/options.mk     Thu Oct 28 13:31:44 2004 +0000
+++ b/mail/dspam/options.mk     Thu Oct 28 13:32:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2004/10/22 05:43:29 xtraeme Exp $
+# $NetBSD: options.mk,v 1.5 2004/10/28 13:32:20 wiz Exp $
 
 .if defined(DSPAM_DELIVERY_AGENT) && !empty(DSPAM_DELIVERY_AGENT:Mcustom)
 DSPAM_DELIVERY_AGENT:= ${DSPAM_DELIVERY_AGENT_ARGS}
@@ -99,7 +99,7 @@
 ### Tells DSPAM to create virtual user ids.  Use this if your users are
 ### not system users.
 ###
-.if !empty(PKG_OPTIONS:Mvirtualusers) 
+.if !empty(PKG_OPTIONS:Mvirtualusers)
 CONFIGURE_ARGS+=       --enable-virtual-users
 .endif
 



Home | Main Index | Thread Index | Old Index