- add missing manpage to MAN1
- fix compile on -current and recent -stable (due to conflicting strcasestr definitions) PR: 33188 Submitted by: maintainer
This commit is contained in:
parent
375b5efed1
commit
43d02cccff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52343
1 changed files with 8 additions and 1 deletions
|
@ -38,9 +38,16 @@ CONFIGURE_ARGS+=--disable-gtk
|
|||
CONFIGURE_ARGS+= --sharedstatedir=${PREFIX}/etc/nessus/com \
|
||||
--localstatedir=${PREFIX}/etc/nessus/var
|
||||
|
||||
MAN1= nessus.1
|
||||
MAN1= nessus.1 nessus-mkrand.1
|
||||
MAN8= nessusd.8 nessus-adduser.8 nessus-mkcert.8 nessus-rmuser.8
|
||||
|
||||
post-patch::
|
||||
@${PERL} -pi.fbsd -e 's,strcasestr,ne_strcasestr,g' \
|
||||
${WRKSRC}/nessus/html_graph_output.c
|
||||
@${PERL} -pi.fbsd -e 's,strcasestr,ne_strcasestr,g' \
|
||||
${WRKSRC}/nessus/xml_output_ng.c
|
||||
|
||||
|
||||
post-install:
|
||||
.if ! defined(BATCH)
|
||||
.if ! exists(${PREFIX}/etc/nessus/var/CA/serverkey.pem)
|
||||
|
|
Loading…
Reference in a new issue