diff options
author | obrien <obrien@FreeBSD.org> | 2000-12-14 00:44:12 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-12-14 00:44:12 +0000 |
commit | f64bb8227f163a834ce7d0ae08bac131b59cd462 (patch) | |
tree | ca9abeb6b5385443323d0c5b9280f4bd96babc20 /lang/compaq-cc | |
parent | c1911e88071082b8cf5bdd20fe9d52f8be5d58d5 (diff) | |
download | FreeBSD-ports-f64bb8227f163a834ce7d0ae08bac131b59cd462.zip FreeBSD-ports-f64bb8227f163a834ce7d0ae08bac131b59cd462.tar.gz |
Make the mode of created directories sane.
Diffstat (limited to 'lang/compaq-cc')
-rw-r--r-- | lang/compaq-cc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile index d02bd22..5c2037f 100644 --- a/lang/compaq-cc/Makefile +++ b/lang/compaq-cc/Makefile @@ -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> |