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/Makefile | |
| parent | Portlint whitespace fix. (diff) | |
. Fix ownership of installed files.
PR: 36411
Reviewed by: znerd
Approved by: znerd
Diffstat (limited to '')
| -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> |
