diff options
author | garga <garga@FreeBSD.org> | 2007-05-31 08:44:57 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-05-31 08:44:57 +0800 |
commit | ddf407957642e2ad331a91a2544d9c01196ed836 (patch) | |
tree | 56afad1ff47dbd72a6d8714c759cf6018f001f5f /security | |
parent | c9accadf59a103728bb1069a28ff4f5691037cbb (diff) | |
download | freebsd-ports-gnome-ddf407957642e2ad331a91a2544d9c01196ed836.tar.gz freebsd-ports-gnome-ddf407957642e2ad331a91a2544d9c01196ed836.tar.zst freebsd-ports-gnome-ddf407957642e2ad331a91a2544d9c01196ed836.zip |
- Fix CLAMAV_CLAMD_SOCKET
Reported by: Robert Huff <roberthuff@rcn.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index 812b66b903b5..0cb7a6aca636 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= clamav PORTVERSION= 20070529 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.clamav.net/snapshot/ \ ${MASTER_SITE_LOCAL} @@ -73,7 +74,7 @@ CONFLICTS= clamav-0.[0-9]* CLAMAVUSER?= clamav CLAMAVGROUP?= clamav -CLAMAV_CLAMD_SOCKET?= ${RUNDIR}/clamd +CLAMAV_CLAMD_SOCKET?= ${RUNDIR}/clamd.sock CLAMAV_MILTER_SOCKET?= ${RUNDIR}/clmilter.sock SUB_FILES= pkg-install pkg-deinstall |