aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/kapacitor
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-11-07 16:30:12 +0000
committerRene Ladan <rene@FreeBSD.org>2019-11-07 16:30:12 +0000
commitee06ec39ce0f2b4e530bfe69c604c35ef3f35c2b (patch)
treef77314253e5ba2ab7585e4cd0aabc08e41f880a0 /net-mgmt/kapacitor
parent0f2b9d79ad721688dc507441e8eece6faea71a7b (diff)
downloadports-ee06ec39ce0f2b4e530bfe69c604c35ef3f35c2b.tar.gz
ports-ee06ec39ce0f2b4e530bfe69c604c35ef3f35c2b.zip
Clean up support for FreeBSD 11.2.
While here, modernize some comments in Mk/bsd.*.mk. Note that graphics/drm-fbsd11.2-kmod is not renamed yet, this was somewhat under discussion. Submitted by: rene Reviewed by: antoine, jbeich, mat, zeising Differential Revision: https://reviews.freebsd.org/D21974
Notes
Notes: svn path=/head/; revision=516983
Diffstat (limited to 'net-mgmt/kapacitor')
-rw-r--r--net-mgmt/kapacitor/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/kapacitor/Makefile b/net-mgmt/kapacitor/Makefile
index afa81e390ff5..96476a0e343a 100644
--- a/net-mgmt/kapacitor/Makefile
+++ b/net-mgmt/kapacitor/Makefile
@@ -46,8 +46,7 @@ GROUPS= ${KAPACITORD_GROUP}
.include <bsd.port.pre.mk>
-.if ${OPSYS} == "FreeBSD" && ((${OSVERSION} >= 1100513 && ${OSVERSION} < 1200000) || \
- ${OSVERSION} >= 1200015)
+.if ${OPSYS} == "FreeBSD" && (${OSVERSION} < 1200000 || ${OSVERSION} >= 1200015)
SUB_LIST+= KAPACITORD_LOGCMD="daemon"
.else
SUB_LIST+= KAPACITORD_LOGCMD="logger"