aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2005-01-27 20:50:32 +0800
committeryar <yar@FreeBSD.org>2005-01-27 20:50:32 +0800
commit973791faa231a1fe3ff6607ff49a086122ccc541 (patch)
treef7783a582806decaabb542ac3f12ee07f0a68093 /security
parentba672180a6fbf11158ca4e6a9204f1be2f7dc6ed (diff)
downloadfreebsd-ports-gnome-973791faa231a1fe3ff6607ff49a086122ccc541.tar.gz
freebsd-ports-gnome-973791faa231a1fe3ff6607ff49a086122ccc541.tar.zst
freebsd-ports-gnome-973791faa231a1fe3ff6607ff49a086122ccc541.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.
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} \