From 9339982263e70bfc36de156c207f12de57d7cb11 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 25 Dec 2018 19:01:08 +0000 Subject: - Simplify always-true OSVERSION condition Approved by: portmgr blanket --- databases/influxdb/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'databases') diff --git a/databases/influxdb/Makefile b/databases/influxdb/Makefile index c666353ce05f..7c1690a2b507 100644 --- a/databases/influxdb/Makefile +++ b/databases/influxdb/Makefile @@ -103,8 +103,7 @@ PLIST_SUB= INFLUXD_USER=${INFLUXD_USER} \ .include -.if ${OPSYS} == "FreeBSD" && ((${OSVERSION} >= 1100513 && ${OSVERSION} < 1200000) || \ - ${OSVERSION} >= 1200015) +.if ${OPSYS} == "FreeBSD" SUB_LIST+= INFLUXD_LOGCMD="daemon" .else SUB_LIST+= INFLUXD_LOGCMD="logger" -- cgit