. Fix ownership of installed files.

PR:		36411
Reviewed by:	znerd
Approved by:	znerd
This commit is contained in:
Greg Lewis
2003-04-24 05:50:59 +00:00
parent 7e559f9478
commit 380f1b0d7b
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ do-install:
@${ECHO} -n ">> Copying files..."
@${CP} -R ${WRKSRC}/* ${TARGET_DIR}
@${CHOWN} -h -R ${DOCOWN}:${DOCGRP} ${TARGET_DIR}
@${ECHO} " [ DONE ]"
.include <bsd.port.post.mk>