diff options
-rw-r--r-- | databases/influxdb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 <bsd.port.pre.mk> -.if ${OPSYS} == "FreeBSD" && ((${OSVERSION} >= 1100513 && ${OSVERSION} < 1200000) || \ - ${OSVERSION} >= 1200015) +.if ${OPSYS} == "FreeBSD" SUB_LIST+= INFLUXD_LOGCMD="daemon" .else SUB_LIST+= INFLUXD_LOGCMD="logger" |