diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-28 13:32:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-28 13:32:20 +0000 |
commit | fd7576a0823581c5e42bfc62edaafcba5d15271b (patch) | |
tree | 40cd208448832e8aa29c9092913301f0f93deaf4 /mail | |
parent | 11dcdd277884b503cc76fcdb2ad3e1101b98cfd7 (diff) | |
download | pkgsrc-fd7576a0823581c5e42bfc62edaafcba5d15271b.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dspam/options.mk b/mail/dspam/options.mk index ed0d4165d90..653178cc5e9 100644 --- a/mail/dspam/options.mk +++ b/mail/dspam/options.mk @@ -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 @@ CONFIGURE_ARGS+= --enable-preferences-extension ### 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 |