diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-04-24 05:50:59 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-04-24 05:50:59 +0000 |
commit | 380f1b0d7bbdbf0ca31adee2b5378e348b1ad172 (patch) | |
tree | 19287ce9e1d3b9c99bb074ce4bd921191897bf2b /java/java-tutorial | |
parent | 7e559f94784e368ed654281880d2b1da039f4872 (diff) | |
download | ports-380f1b0d7bbdbf0ca31adee2b5378e348b1ad172.tar.gz ports-380f1b0d7bbdbf0ca31adee2b5378e348b1ad172.zip |
. Fix ownership of installed files.
PR: 36411
Reviewed by: znerd
Approved by: znerd
Notes
Notes:
svn path=/head/; revision=79564
Diffstat (limited to 'java/java-tutorial')
-rw-r--r-- | java/java-tutorial/Makefile | 1 |
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> |