mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Install with the correct user:group.
Submitted by: petef
This commit is contained in:
parent
455e5f8ea9
commit
7bff553493
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52085
@ -70,6 +70,8 @@ do-install:
|
||||
${SED} -e "s,${WRKDIR},${SML_BASE}," < $$file > \
|
||||
${SML_LIBDIR}/`${BASENAME} $$file`; \
|
||||
done
|
||||
@${CHOWN} -R ${BINOWN}:${BINGRP} ${SML_BINDIR}
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${SML_SRCDIR}
|
||||
.for file in ${SML_EXES}
|
||||
-${LN} -s ${SML_BINDIR}/${file} ${PREFIX}/bin/${file}
|
||||
.endfor
|
||||
|
Loading…
Reference in New Issue
Block a user