aboutsummaryrefslogtreecommitdiff
path: root/misc/compat6x
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2011-09-18 17:30:25 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2011-09-18 17:30:25 +0000
commit7ffe808db236d8e3cfb4880aefa6552757fc1708 (patch)
treec957aff44e1b11f313a655068302f7503a75ec12 /misc/compat6x
parent12427465156b88544a74b608159b3ee688b774b2 (diff)
downloadports-7ffe808db236d8e3cfb4880aefa6552757fc1708.tar.gz
ports-7ffe808db236d8e3cfb4880aefa6552757fc1708.zip
Notes
Diffstat (limited to 'misc/compat6x')
-rw-r--r--misc/compat6x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat6x/Makefile b/misc/compat6x/Makefile
index 26491999016c..e41bfd8f7577 100644
--- a/misc/compat6x/Makefile
+++ b/misc/compat6x/Makefile
@@ -42,7 +42,7 @@ USE_LDCONFIG32= ${TARGET32_DIR}
.endif
do-install:
- @${MKDIR} ${TARGET_DIR}
+ @${MKDIR} -m 755 ${TARGET_DIR}
.if ${OSVERSION} >= 800105
${RM} -f ${WRKSRC}/lib/libpthread.so.2
(cd ${TARGET_DIR} && ${LN} -sf libthr.so.2 libpthread.so.2)