1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Install the rox binary mode 755, not 775

This commit is contained in:
Kris Kennaway 2003-04-21 10:05:00 +00:00
parent 29e91f2d9c
commit 6b4c8a0a63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79405

View File

@ -48,7 +48,7 @@ do-install:
@cd ${WRKSRC} && ${CP} -r Choices ${PREFIX}/share/
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/Choices
@${CAT} ${FILESDIR}/rox | ${SED} -e "s|%%PREFIX%%|${PREFIX}|" > ${PREFIX}/bin/rox
@${CHMOD} 775 ${PREFIX}/bin/rox
@${CHMOD} 755 ${PREFIX}/bin/rox
@${INSTALL_MAN} ${WRKSRC}/rox.1 ${PREFIX}/man/man1
.include <bsd.port.post.mk>