summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/audit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/audit/Makefile b/security/audit/Makefile
index ba5262370923..dc007af19a84 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