1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fixed permissions.

This commit is contained in:
Dag-Erling Smørgrav 2004-12-21 11:40:01 +00:00
parent 9f972cc5df
commit 1ad7b2d338
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124693

View File

@ -46,7 +46,9 @@ do-install:
${CPIO} -pdmuv -R${SHAREOWN}:${SHAREGRP} ${DATADIR})
${LN} -s ${LINUXBASE}/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so \
${DATADIR}/lib/libstdc++-libc6.1-2.so.3
${CHMOD} -R a+r ${DATADIR}
${FIND} ${DATADIR} -type d -print0 | ${XARGS} -0 chmod 0755
${FIND} ${DATADIR} -type f -print0 | ${XARGS} -0 chmod 0644
(cd ${DATADIR} && ${CHMOD} 0755 dmclient nwmain nwserver)
${INSTALL_SCRIPT} ${WRKDIR}/nwn ${PREFIX}/bin/
.include <bsd.port.mk>