summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-12-25 19:01:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-12-25 19:01:08 +0000
commit19570fd60d7951fbb152afc32c31c63827800bd6 (patch)
treede3d247816fb5236eaacc7c72cd7ec3f7699f65b
parent- Fix build with UDEV enabled (diff)
- Simplify always-true OSVERSION condition
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=488334
-rw-r--r--databases/influxdb/Makefile3
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"