aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2005-01-27 12:50:32 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2005-01-27 12:50:32 +0000
commite298146dc9352793c383e25a90b53fadcd4a6f7a (patch)
tree6706601b198a7d71b6d4c837062513f94a92c343 /security
parent6a31303cc5943818965a47deabeadb84327bda8d (diff)
downloadports-e298146dc9352793c383e25a90b53fadcd4a6f7a.tar.gz
ports-e298146dc9352793c383e25a90b53fadcd4a6f7a.zip
Drop a log-related SED_SCRIPT rule undeeded since rev#1.61.
Since then, there has been a common rule for both LogFile and UpdateLogFile.
Notes
Notes: svn path=/head/; revision=127474
Diffstat (limited to 'security')
-rw-r--r--security/clamav-devel/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile
index dcd51153b64b..cefacb98eb3b 100644
--- a/security/clamav-devel/Makefile
+++ b/security/clamav-devel/Makefile
@@ -91,7 +91,6 @@ SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \
-e 's|^\#?(Checks)$$|\#\1|' \
-e 's|^\#?(DatabaseDirectory) .*$$|\1 ${DBDIR}|' \
-e 's|^\#?(DatabaseOwner) .*$$|\1 ${CLAMAVUSER}|' \
- -e 's|^\#?(UpdateLogFile) .*$$|\1 ${LOGDIR}/freshclam.log|' \
-e 's|^\#?(FixStaleSocket)$$|\1|'
PLIST_SUB+= CLAMAVUSER=${CLAMAVUSER} \