aboutsummaryrefslogtreecommitdiff
path: root/mail/rblcheck
diff options
context:
space:
mode:
Diffstat (limited to 'mail/rblcheck')
-rw-r--r--mail/rblcheck/scripts/configure.rbl4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/rblcheck/scripts/configure.rbl b/mail/rblcheck/scripts/configure.rbl
index bf5eb291ce62..e9529ed18194 100644
--- a/mail/rblcheck/scripts/configure.rbl
+++ b/mail/rblcheck/scripts/configure.rbl
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/rblcheck/scripts/Attic/configure.rbl,v 1.2 2001-08-19 14:50:01 ijliao Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/rblcheck/scripts/Attic/configure.rbl,v 1.3 2001-08-23 19:29:35 dwcjr Exp $
if [ -f ${WRKSRC}/rblsites.h ]; then
exit
@@ -22,7 +22,7 @@ if [ "${BATCH}" ]; then
if [ ${TODAY} -lt 20010801 ]; then
OPTIONS="\"MAPS_RBL\" \"MAPS_DUL\" \"MAPS_RSS\""
else
- OPTIONS="ORBZ"
+ OPTIONS="\"ORBZ\""
fi
if [ "x${OPTIONS}" != "x" ]; then
set ${OPTIONS}