diff options
author | Oclair <jason@aventia.pw> | 2021-12-14 10:07:54 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2021-12-14 10:21:45 +0900 |
commit | e9d6c3d3d059e4e44b2613f054f288efbf32cc26 (patch) | |
tree | 42f223df394c41798ff3f807b8460a5056bd3e69 | |
parent | emulators/citra: update to s20211212 (diff) |
security/clamav: Make the value of user/group overridable with make.conf
PR: 259987
-rw-r--r-- | security/clamav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 83841129e985..f1ef30e0ae53 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -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 |