diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-28 18:15:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-28 18:15:54 +0000 |
commit | efddb267cf01f5189b3ea37c1de88ce993838f3c (patch) | |
tree | 79cbcea556d2e14994d934acb0f299596d6f6ed4 /security/clamav/Makefile | |
parent | e332abcebacbe45fb75becbf4cf4dae47a5c0465 (diff) |
Notes
Diffstat (limited to 'security/clamav/Makefile')
-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 9ca2f2888f01..aee67c458354 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \ arc:${PORTSDIR}/archivers/arc \ unzip:${PORTSDIR}/archivers/unzip -DISTVERSION= 0.74 +DISTVERSION= 0.75 OPTIONS= MILTER "Compile the milter interface" off USE_REINPLACE= yes @@ -52,7 +52,7 @@ MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 MAN5= clamav.conf.5 freshclam.conf.5 MAN8= clamd.8 clamav-milter.8 -CONFLICTS= clamav-devel-* +CONFLICTS= clamav-devel-[0-9]* CLAMAVUSER?= clamav CLAMAVGROUP?= clamav |