diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-07 00:06:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-07 00:06:12 +0000 |
commit | 307782e9d7de7d0ba54978159726f3cd49d8f20c (patch) | |
tree | 63556c83dc6f26fb5c27450e70465e28ba18f0e9 /security/audit | |
parent | 9ea1476b42252b37e6edc3c561acea3a317b1dd8 (diff) | |
download | ports-307782e9d7de7d0ba54978159726f3cd49d8f20c.tar.gz ports-307782e9d7de7d0ba54978159726f3cd49d8f20c.zip |
Notes
Diffstat (limited to 'security/audit')
-rw-r--r-- | security/audit/Makefile | 2 |
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 |