summaryrefslogtreecommitdiffstats
path: root/java/java-tutorial
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2003-04-24 05:50:59 +0000
committerglewis <glewis@FreeBSD.org>2003-04-24 05:50:59 +0000
commit70d148518700b383682c3244b20dec0ffadab98b (patch)
tree9e09281c75dd4c4ead8eea9a5e052142377d0123 /java/java-tutorial
parentb899fe9766b303077a1ef2c0ab8d974048814e8c (diff)
downloadFreeBSD-ports-70d148518700b383682c3244b20dec0ffadab98b.zip
FreeBSD-ports-70d148518700b383682c3244b20dec0ffadab98b.tar.gz
. Fix ownership of installed files.
PR: 36411 Reviewed by: znerd Approved by: znerd
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 c3c282a..4cb9113 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>
OpenPOWER on IntegriCloud