aboutsummaryrefslogtreecommitdiff
path: root/security/logcheck
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2013-07-18 21:52:19 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2013-07-18 21:52:19 +0000
commitd0942740f02ba59aa33da0fd33fdc9427632713b (patch)
treec1340c655d95ed83200fae7c199332fd6af9d227 /security/logcheck
parentcd05cb5126170526ba5b5be6045e52744b570daa (diff)
downloadports-d0942740f02ba59aa33da0fd33fdc9427632713b.tar.gz
ports-d0942740f02ba59aa33da0fd33fdc9427632713b.zip
- Only disable automatic cron job installation when installing from the
port, not the package.
Notes
Notes: svn path=/head/; revision=323257
Diffstat (limited to 'security/logcheck')
-rw-r--r--security/logcheck/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile
index f22a36ad0e0f..8ffb6506faea 100644
--- a/security/logcheck/Makefile
+++ b/security/logcheck/Makefile
@@ -3,7 +3,7 @@
PORTNAME= logcheck
PORTVERSION= 1.3.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -28,7 +28,7 @@ RUNDIR= ${BASEDIR}/var/run/${PORTNAME}
OPTIONS_DEFINE= CRON
CRON_DESC= Install cron script automatically
-.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+.if !defined(BATCH)
OPTIONS_DEFAULT=CRON
.endif