aboutsummaryrefslogtreecommitdiff
path: root/security/clamav-devel/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-04-20 10:27:53 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-04-20 10:27:53 +0000
commit78553307d207ca680ae2f0974b9212bb9fb6dbe0 (patch)
tree10ce3ad7832a8b04385b69c0f8a7c43707477bc6 /security/clamav-devel/Makefile
parent51cb3f798b7c4376a6c66ac882cd4b7de0e008ee (diff)
downloadports-78553307d207ca680ae2f0974b9212bb9fb6dbe0.tar.gz
ports-78553307d207ca680ae2f0974b9212bb9fb6dbe0.zip
Update to 20040419
PR: 65764 Submitted by: Rob Evers <rob@debank.tv>
Notes
Notes: svn path=/head/; revision=107703
Diffstat (limited to 'security/clamav-devel/Makefile')
-rw-r--r--security/clamav-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile
index e94f20003200..6afd984d9845 100644
--- a/security/clamav-devel/Makefile
+++ b/security/clamav-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= clamav
-PORTVERSION= 20040404
+PORTVERSION= 20040419
CATEGORIES= security
MASTER_SITES= http://clamav.sourceforge.net/snapshot/
PKGNAMESUFFIX= -devel
@@ -63,7 +63,7 @@ SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g' \
SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \
-e 's|^\#?(LogFile) .*$$|\1 /var/log/clamav/clamd.log|' \
-e 's|^\#?(PidFile) .*$$|\1 /var/run/clamav/clamd.pid|' \
- -e 's|^\#?(LocalSocket) .*$$|\1 /var/run/clamav/clamd|' \
+ -e 's|^\#?(LocalSocket) .*$$|\1 ${CLAMAV_CLAMD_SOCKET}|' \
-e 's|^\#?(User) .*$$|\1 ${CLAMAVUSER}|' \
-e 's|^\#?(ScanMail)$$|\1|' \
-e 's|^\#?(Checks)$$|\#\1|' \