aboutsummaryrefslogtreecommitdiff
path: root/java/java-tutorial/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/java-tutorial/Makefile')
-rw-r--r--java/java-tutorial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile
index c3c282a2857c..4cb9113a1b19 100644
--- a/java/java-tutorial/Makefile
+++ b/java/java-tutorial/Makefile
@@ -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>