From ec5730c495874eef1f7744268addd760a55d4405 Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Thu, 23 Aug 2001 19:29:35 +0000 Subject: Fix batch building according to bento log. PR: 29997 Submitted by: leeym@utopia.leeym.com --- mail/rblcheck/scripts/configure.rbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') 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} -- cgit v1.2.3