Fix batch building according to bento log.
PR: 29997 Submitted by: leeym@utopia.leeym.com
This commit is contained in:
parent
3a1580759b
commit
ec5730c495
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46742
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user