1
0
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:
Joseph Koshy 2001-12-24 07:26:31 +00:00
parent 455e5f8ea9
commit 7bff553493
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52085

View File

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