1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Install a group wheel directory mode 755, not 775.

Noticed by:	bento
This commit is contained in:
Kris Kennaway 2002-10-07 00:06:12 +00:00
parent 9ea1476b42
commit 307782e9d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67511

View File

@ -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