aboutsummaryrefslogtreecommitdiff
path: root/java/java-tutorial
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-04-24 05:50:59 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-04-24 05:50:59 +0000
commit380f1b0d7bbdbf0ca31adee2b5378e348b1ad172 (patch)
tree19287ce9e1d3b9c99bb074ce4bd921191897bf2b /java/java-tutorial
parent7e559f94784e368ed654281880d2b1da039f4872 (diff)
downloadports-380f1b0d7bbdbf0ca31adee2b5378e348b1ad172.tar.gz
ports-380f1b0d7bbdbf0ca31adee2b5378e348b1ad172.zip
Notes
Diffstat (limited to 'java/java-tutorial')
-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>