aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-04-05 07:22:07 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-04-05 07:22:07 +0000
commit328265ff8b7cd74def92cf664c510cceb426712d (patch)
treeb6cfefed8df246b8e0cc04ce06dcf13fc129d4b9
parent3dc9b281c5f172f2687eafc3d97d0991d56c681f (diff)
downloadports-328265ff8b7cd74def92cf664c510cceb426712d.tar.gz
ports-328265ff8b7cd74def92cf664c510cceb426712d.zip
Don't change the ownership of the man directories
Submitted by: tjr
Notes
Notes: svn path=/head/; revision=78268
-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 -)