1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

. Fix ownership of installed files.

PR:		36411
Reviewed by:	znerd
Approved by:	znerd
This commit is contained in:
Greg Lewis 2003-04-24 05:50:59 +00:00
parent 7e559f9478
commit 380f1b0d7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79564
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -48,6 +48,7 @@ do-install:
@${ECHO_CMD} -n ">> Copying files..."
@${CP} -R ${WRKSRC}/* ${APP_HOME}
@${CHOWN} -h -R ${LIBOWN}:${LIBGRP} ${APP_HOME}
@${ECHO_CMD} " [ DONE ]"
@${ECHO_CMD} -n ">> Registering with javavm..."