- Fix previous commit by edwin - 500000 != 600000. While here, fix packaging
Reported by: pointyhat
This commit is contained in:
parent
668371dc49
commit
d0c9520750
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202061
1 changed files with 1 additions and 2 deletions
|
@ -46,8 +46,7 @@ MAN8= auditfilterd.8
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ( ( ${OSVERSION} < 600000 && ${OSVERSION} > 503100 ) || \
|
||||
${OSVERSION} >= 600000 )
|
||||
.if ${OSVERSION} >= 600000
|
||||
MAN8+= audit.8 \
|
||||
auditd.8
|
||||
|
||||
|
|
Loading…
Reference in a new issue