- Remove obsolete OSVERSION condition

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-11-06 17:01:09 +00:00
parent 26bc63c97d
commit 1e8f2e2223
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484309

View File

@ -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=""