svn commit: r354412 - head/security/clamav

Renato Botelho garga at FreeBSD.org
Sun May 18 11:53:48 UTC 2014


Author: garga
Date: Sun May 18 11:53:48 2014
New Revision: 354412
URL: http://svnweb.freebsd.org/changeset/ports/354412
QAT: https://qat.redports.org/buildarchive/r354412/

Log:
  Readd accidentally removed vars from SUB_LIST, they are used on clamd-milter.in

Modified:
  head/security/clamav/Makefile

Modified: head/security/clamav/Makefile
==============================================================================
--- head/security/clamav/Makefile	Sun May 18 11:48:39 2014	(r354411)
+++ head/security/clamav/Makefile	Sun May 18 11:53:48 2014	(r354412)
@@ -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} \


More information about the svn-ports-all mailing list