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

Make the mode of created directories sane.

This commit is contained in:
David E. O'Brien 2000-12-14 00:44:12 +00:00
parent 1777c580eb
commit 83c4d02d04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35964

View File

@ -73,5 +73,7 @@ do-install:
cd ${WRKSRC} \
; ccc -c ${FILESDIR}/*.c \
; ar vq /usr/lib/compaq/cpml-5.1.0/libcpml_ev5.a *.o
# cpio creates directories with stupid permissions
find ${PREFIX}/usr/lib/compaq -type d | xargs ${CHMOD} 755
.include <bsd.port.mk>