summaryrefslogtreecommitdiff
path: root/lang/compaq-cc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-12-14 00:44:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-12-14 00:44:12 +0000
commit83c4d02d045a855f069abf7392fdda3422801c79 (patch)
treed6f608965de685341a177d959cac00b78b3bca88 /lang/compaq-cc
parentNew Port: An Apache module that provides on-the fly gzipping for capable brow... (diff)
Make the mode of created directories sane.
Notes
Notes: svn path=/head/; revision=35964
Diffstat (limited to 'lang/compaq-cc')
-rw-r--r--lang/compaq-cc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile
index d02bd22b93aa..5c2037ff0b7b 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>