pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/clamav



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Nov 19 16:20:24 UTC 2019

Modified Files:
        pkgsrc/security/clamav: Makefile

Log Message:
Substitute CLAMAV_DBDIR (the point of patch-etc.clam*.conf.sample)


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/security/clamav/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/clamav/Makefile
diff -u pkgsrc/security/clamav/Makefile:1.57 pkgsrc/security/clamav/Makefile:1.58
--- pkgsrc/security/clamav/Makefile:1.57        Thu Oct 31 11:22:15 2019
+++ pkgsrc/security/clamav/Makefile     Tue Nov 19 16:20:24 2019
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2019/10/31 11:22:15 jperkin Exp $
+# $NetBSD: Makefile,v 1.58 2019/11/19 16:20:24 prlw1 Exp $
+
+PKGREVISION=   1
 
 .include "Makefile.common"
 
@@ -49,6 +51,11 @@ FILES_SUBST+=        CLAMAV_GROUP=${CLAMAV_GROU
 FILES_SUBST+=  CLAMAV_DBDIR=${CLAMAV_DBDIR}
 MESSAGE_SUBST+=        CLAMAV_USER=${CLAMAV_USER}
 
+SUBST_CLASSES+=                vars
+SUBST_STAGE.vars=      pre-configure
+SUBST_FILES.vars=      etc/clamav-milter.conf.sample etc/clamd.conf.sample
+SUBST_VARS.vars=       CLAMAV_DBDIR
+
 RCD_SCRIPTS=   clamd freshclamd
 SMF_METHODS=   ${RCD_SCRIPTS}
 SMF_INSTANCES= ${SMF_METHODS}



Home | Main Index | Thread Index | Old Index