mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Makefile was borked in previous commit, spaces instead of tab.
This commit is contained in:
parent
3dd9e42d55
commit
2a59d677b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76691
@ -44,9 +44,9 @@ MAN8= nessusd.8 nessus-adduser.8 nessus-mkcert.8 nessus-rmuser.8
|
||||
post-install:
|
||||
.if ! exists(${PREFIX}/etc/nessus/var/CA/serverkey.pem)
|
||||
.if ! defined(BATCH)
|
||||
${PREFIX}/sbin/nessus-mkcert
|
||||
${PREFIX}/sbin/nessus-mkcert
|
||||
.else
|
||||
${PREFIX}/sbin/nessus-mkcert -q
|
||||
${PREFIX}/sbin/nessus-mkcert -q
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user