diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-04-21 07:26:20 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-04-21 07:26:20 +0000 |
commit | ea4abc431d05240dac3e072c6d3c7459da00dce5 (patch) | |
tree | 30d7e9b56f63bab5147f321e1f78665cb86e7197 | |
parent | BROKEN: Install fails (diff) |
- Set correct gid on install.
Reported by: kris
Notes
Notes:
svn path=/head/; revision=190524
-rw-r--r-- | lang/sather-tutorial/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/sather-tutorial/Makefile b/lang/sather-tutorial/Makefile index b2378e70f544..9ddf1c91de08 100644 --- a/lang/sather-tutorial/Makefile +++ b/lang/sather-tutorial/Makefile @@ -25,6 +25,6 @@ do-install: ${MKDIR} ${DOCSDIR} @${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${DOCSDIR} @${FIND} ${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \; - ${CHOWN} -R ${SHAREOWN} ${DOCSDIR}/ + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/ .include <bsd.port.mk> |