summaryrefslogtreecommitdiffstats
path: root/security/audit
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-07 00:06:12 +0000
committerkris <kris@FreeBSD.org>2002-10-07 00:06:12 +0000
commitf51aba46e4bd33f75a5254230e0aed114a717f22 (patch)
treef19fd35479210fd29c53812b8597a28d84237685 /security/audit
parentfc15c1d20c94fc53817cabc26b6012923282c95f (diff)
downloadFreeBSD-ports-f51aba46e4bd33f75a5254230e0aed114a717f22.zip
FreeBSD-ports-f51aba46e4bd33f75a5254230e0aed114a717f22.tar.gz
Install a group wheel directory mode 755, not 775.
Noticed by: bento
Diffstat (limited to 'security/audit')
-rw-r--r--security/audit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/audit/Makefile b/security/audit/Makefile
index ba52623..dc007af 100644
--- a/security/audit/Makefile
+++ b/security/audit/Makefile
@@ -67,7 +67,7 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/auditd.conf ${PREFIX}/etc/auditd.conf.sample
.if !defined(NOPORTDOCS)
- ${INSTALL} -d -o root -g wheel -m 0775 ${DOCSDIR}
+ ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
OpenPOWER on IntegriCloud