Don't change the ownership of the man directories

Submitted by:	tjr
This commit is contained in:
Kris Kennaway
2003-04-05 07:22:07 +00:00
parent 3dc9b281c5
commit 328265ff8b

View File

@@ -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 -)