summaryrefslogtreecommitdiff
path: root/security/f-prot-antivirus6-ms-bin/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-06-16 22:27:03 +0000
committertaca <taca>2010-06-16 22:27:03 +0000
commit1a57ec16d7519387c16e02632cde3cdc2d776ea5 (patch)
tree828b350c426723cd9283d1775bd4f05ee5fcb5ce /security/f-prot-antivirus6-ms-bin/Makefile
parent22aad4d63fd81b96b37b9ba7d53b5e38a16cef05 (diff)
downloadpkgsrc-1a57ec16d7519387c16e02632cde3cdc2d776ea5.tar.gz
Update F-PROT Antivirus to 6.0.3.1.
pkgsrc changes: * Fix PKGNAME to really intended to. * Some permission problem with using scan-mail.pl 6.0.3 (Initially NetBSD only): - Scanning inside NSIS (Nullsoft) installer files - Generic IFRAME exploit detection - Numerous additions to the Eldorado heuristic engine, making it significantly more powerful than before - Scanning of 7-Zip, ACE and "solid RAR" archives - Improved scanning of JavaScript files - List of detected malware now includes Eldorado heuristic detections - Much faster initial loading of ANTIVIR.DEF - Scan engine updated
Diffstat (limited to 'security/f-prot-antivirus6-ms-bin/Makefile')
-rw-r--r--security/f-prot-antivirus6-ms-bin/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/f-prot-antivirus6-ms-bin/Makefile b/security/f-prot-antivirus6-ms-bin/Makefile
index f4614a3d9f1..73f93656211 100644
--- a/security/f-prot-antivirus6-ms-bin/Makefile
+++ b/security/f-prot-antivirus6-ms-bin/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2010/02/14 10:56:32 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/06/16 22:27:03 taca Exp $
#
DISTNAME= ${FP_DISTNAME}
-PKGREVISION= 1
CATEGORIES= security
MAINTAINER= taca@NetBSD.org
@@ -19,9 +18,10 @@ BUILD_DEFS+= FPROT_GROUP FPROT_USER VARBASE
VARDIR= ${VARBASE}/f-prot
-OWN_DIRS_PERMS+= ${VARDIR} ${BINOWN} ${BINGRP} 0751 \
- ${VARDIR}/backup ${BINOWN} ${BINGRP} 0700 \
- ${VARDIR}/tmp ${BINOWN} ${BINGRP} 0700 \
+OWN_DIRS_PERMS+= ${VARDIR} ${BINOWN} ${BINGRP} 0775 \
+ ${VARDIR}/backup ${BINOWN} ${FPROT_GROUP} 0770 \
+ ${VARDIR}/run ${BINOWN} ${FPROT_GROUP} 0770 \
+ ${VARDIR}/tmp ${BINOWN} ${FPROT_GROUP} 0770 \
FILES_SUBST+= FPROT_USER=${FPROT_USER} VARDIR=${VARDIR}
PLIST_SUBST+= VARDIR=${VARDIR}