diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-19 17:40:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-19 17:40:04 +0000 |
commit | e7b6d2f7523f6138ec9b677c968d54dc32faadcc (patch) | |
tree | b2fcfe9db6f49f881bf196c9d0fa22b15b8b7cda /security/clamav/Makefile | |
parent | o Update to > 2.1.0 (diff) |
* Update to 0.65
* Create /var/run/clamav with 750 permissions
PR: 59458
Submitted by: Rui Lopes <rui@ruilopes.com>
Approved by: maintainer
Diffstat (limited to 'security/clamav/Makefile')
-rw-r--r-- | security/clamav/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index b02ff2a09303..408e15866d6c 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -6,8 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 0.60 -PORTREVISION= 4 +PORTVERSION= 0.65 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= clamav @@ -36,9 +35,9 @@ CONFIGURE_ARGS= --with-dbdir=${DATADIR} \ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= ${PTHREAD_LIBS} CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 clamav-milter.1 +MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1 MAN5= clamav.conf.5 -MAN8= clamd.8 +MAN8= clamd.8 clamav-milter.8 CLAMD_SOCKET?= /var/run/clamav/clamd |