aboutsummaryrefslogtreecommitdiff
path: root/security/logcheck
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-01-25 23:23:02 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-01-25 23:23:02 +0000
commitac6a26f7f4cc71982bd4512547016aa79d2db880 (patch)
tree18e8cdee0e293573cfff86923558e52c52488822 /security/logcheck
parentd1647fb39b653f8a5bd7d4c432fc26dd027d96db (diff)
downloadports-ac6a26f7f4cc71982bd4512547016aa79d2db880.tar.gz
ports-ac6a26f7f4cc71982bd4512547016aa79d2db880.zip
- Fix permissions on DATADIR so code snippets can be compiled on the
fly by logtail2. - Bumped PORTREVISION PR: ports/143077, ports/143099 Submitted by: Berend de Boer <berend@pobox.com>, Yasuhiro KIMURA <yasu@utahime.org>
Notes
Notes: svn path=/head/; revision=248582
Diffstat (limited to 'security/logcheck')
-rw-r--r--security/logcheck/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile
index 2061b4dc43b4..9cca1c26eea9 100644
--- a/security/logcheck/Makefile
+++ b/security/logcheck/Makefile
@@ -7,7 +7,7 @@
PORTNAME= logcheck
PORTVERSION= 1.2.69
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -92,6 +92,9 @@ do-install:
${CHOWN} -R root:${LOGCHECK_GROUP} ${ETCDIR}
@${ECHO_CMD} '@exec ${CHOWN} -R root:${LOGCHECK_GROUP} \
${ETCDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST}
+ ${CHOWN} -R root:${LOGCHECK_GROUP} ${DATADIR}
+ @${ECHO_CMD} '@exec ${CHOWN} -R root:${LOGCHECK_GROUP} \
+ ${DATADIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST}
@PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${INSTALL_MAN} ${WRKSRC}/docs/*.8 ${MAN8PREFIX}/man/man8