mode 1755 -> 4755
This commit is contained in:
parent
61e3586c7e
commit
4731f86c15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34097
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ pre-install:
|
|||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL} -c -g wheel -o root -m 1755 ${WRKSRC}/acidwarp ${PREFIX}/bin
|
||||
${INSTALL} -c -g wheel -o root -m 4755 ${WRKSRC}/acidwarp ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/acidwarp
|
||||
.for i in ${DOCFILES}
|
||||
|
|
Loading…
Reference in a new issue