aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/coda5_doc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/coda5_doc/Makefile b/net/coda5_doc/Makefile
index f12683c6b827..3c13a694933e 100644
--- a/net/coda5_doc/Makefile
+++ b/net/coda5_doc/Makefile
@@ -100,6 +100,7 @@ do-build:
@${ECHO} "or two."
do-install:
+ find ${WRKSRC} -type d -exec chmod 755 {} \;
cd ${WRKSRC}; tar cf - man | (cd ${PREFIX}; tar xvf -)
.if !defined(NOPORTDOCS)
cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -)