aboutsummaryrefslogtreecommitdiff
path: root/net/zerotier
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/zerotier
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/zerotier')
-rw-r--r--net/zerotier/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile
index 8f803c2a88c4..1644d0b03a9a 100644
--- a/net/zerotier/Makefile
+++ b/net/zerotier/Makefile
@@ -32,7 +32,7 @@ PLIST_FILES= bin/zerotier-cli bin/zerotier-idtool sbin/zerotier-one
.if ${OPSYS} == "FreeBSD"
# log output via syslog when daemon(8) supports it
-.if ((${OSVERSION} >= 1100513 && ${OSVERSION} < 1200000) || ${OSVERSION} >= 1200015)
+.if (${OSVERSION} < 1200000 || ${OSVERSION} >= 1200015)
SUB_LIST+= ZEROTIER_SYSLOG="-s debug -T zerotier"
.else
SUB_LIST+= ZEROTIER_SYSLOG=""