diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-05-18 11:53:48 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-05-18 11:53:48 +0000 |
commit | e282ef3e5da2f9c6f34bbc6f8c1db416a9046904 (patch) | |
tree | e4d4b3aaa766883d93f61b4426b605dadc51506a /security/clamav | |
parent | cddd085cc3f3ca672346c0275736f79b5c3daa40 (diff) | |
download | ports-e282ef3e5da2f9c6f34bbc6f8c1db416a9046904.tar.gz ports-e282ef3e5da2f9c6f34bbc6f8c1db416a9046904.zip |
Notes
Diffstat (limited to 'security/clamav')
-rw-r--r-- | security/clamav/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 4281ee61f209..3a130fe07aa4 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -3,7 +3,7 @@ PORTNAME= clamav PORTVERSION= 0.98.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= SF @@ -99,6 +99,8 @@ SUB_FILES= pkg-deinstall SUB_LIST+= DBDIR=${DBDIR} \ LOGDIR=${LOGDIR} \ RUNDIR=${RUNDIR} \ + CHMOD=${CHMOD} \ + CHOWN=${CHOWN} \ CLAMAVUSER=${CLAMAVUSER} \ CLAMAVGROUP=${CLAMAVGROUP} \ CLAMAV_CLAMD_SOCKET=${CLAMAV_CLAMD_SOCKET} \ |