aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2001-12-24 07:26:31 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2001-12-24 07:26:31 +0000
commit7bff553493813692c7dcf07e974daedda54fd03d (patch)
tree0ccca6089dc2eea0b2ccfa899d10c13b5f6c779c /lang
parent455e5f8ea9fd032bc67622dc4ecfa68f3f1641c4 (diff)
downloadports-7bff553493813692c7dcf07e974daedda54fd03d.tar.gz
ports-7bff553493813692c7dcf07e974daedda54fd03d.zip
Install with the correct user:group.
Submitted by: petef
Notes
Notes: svn path=/head/; revision=52085
Diffstat (limited to 'lang')
-rw-r--r--lang/sml-nj/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/sml-nj/Makefile b/lang/sml-nj/Makefile
index 5fcd4f28903e..698179db9e01 100644
--- a/lang/sml-nj/Makefile
+++ b/lang/sml-nj/Makefile
@@ -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