aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zrepl/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-11-06 17:01:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-11-06 17:01:09 +0000
commit1e8f2e2223860fdbd718bc9909f7d9ac356645ee (patch)
tree37818ea6accea26d0e83b70c6153f5847cc41ce6 /sysutils/zrepl/Makefile
parent26bc63c97de219ef4f8b3dc89fa323b0cbfa56ef (diff)
downloadports-1e8f2e2223860fdbd718bc9909f7d9ac356645ee.tar.gz
ports-1e8f2e2223860fdbd718bc9909f7d9ac356645ee.zip
- Remove obsolete OSVERSION condition
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=484309
Diffstat (limited to 'sysutils/zrepl/Makefile')
-rw-r--r--sysutils/zrepl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/zrepl/Makefile b/sysutils/zrepl/Makefile
index c31c7a4224e3..16932f1ff5f6 100644
--- a/sysutils/zrepl/Makefile
+++ b/sysutils/zrepl/Makefile
@@ -40,7 +40,7 @@ GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
.include <bsd.port.pre.mk>
-.if ${OPSYS} == "FreeBSD" && ((${OSVERSION} >= 1100513 && ${OSVERSION} < 1200000) || ${OSVERSION} >= 1200015)
+.if ${OPSYS} == "FreeBSD"
SUB_LIST+= DAEMON_LOGGING="-S -l \$${zrepl_facility} -s \$${zrepl_priority} -T \$${name}"
.else
SUB_LIST+= DAEMON_LOGGING=""