mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
security/clamav: Make the value of user/group overridable with make.conf
PR: 259987
This commit is contained in:
parent
772274a15b
commit
e9d6c3d3d0
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ TESTS_CMAKE_BOOL= ENABLE_TESTS
|
|||
UNRAR_CMAKE_BOOL= ENABLE_UNRAR
|
||||
UNZOO_RUN_DEPENDS= unzoo:archivers/unzoo
|
||||
|
||||
_CLAMAVUSER= clamav
|
||||
_CLAMAVGROUP= clamav
|
||||
_CLAMAVUSER?= clamav
|
||||
_CLAMAVGROUP?= clamav
|
||||
|
||||
_CLAMAV_CLAMD_SOCKET?= ${_RUNDIR}/clamd.sock
|
||||
_CLAMAV_CLAMD_PIDFILE?= ${_RUNDIR}/clamd.pid
|
||||
|
|
Loading…
Add table
Reference in a new issue