- Remove obsolete OSVERSION condition
Approved by: portmgr blanket
This commit is contained in:
parent
26bc63c97d
commit
1e8f2e2223
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484309
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user