summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz>2004-10-28 13:32:20 +0000
committerwiz <wiz>2004-10-28 13:32:20 +0000
commit8b114f7d77ae3d87bc3dce82f227321e2d890729 (patch)
tree40cd208448832e8aa29c9092913301f0f93deaf4 /mail
parent4cbf46307517bfe4464727a98c2919674b4cb377 (diff)
downloadpkgsrc-8b114f7d77ae3d87bc3dce82f227321e2d890729.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'mail')
-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 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