diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-04-05 07:22:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-04-05 07:22:07 +0000 |
commit | 328265ff8b7cd74def92cf664c510cceb426712d (patch) | |
tree | b6cfefed8df246b8e0cc04ce06dcf13fc129d4b9 /net/coda5_doc | |
parent | PORT UPDATE: x11-fm/twander (diff) |
Don't change the ownership of the man directories
Submitted by: tjr
Notes
Notes:
svn path=/head/; revision=78268
Diffstat (limited to 'net/coda5_doc')
-rw-r--r-- | net/coda5_doc/Makefile | 1 |
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 -) |