aboutsummaryrefslogtreecommitdiff
path: root/lang/sather-tutorial
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-04-21 07:26:20 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-04-21 07:26:20 +0000
commitea4abc431d05240dac3e072c6d3c7459da00dce5 (patch)
tree30d7e9b56f63bab5147f321e1f78665cb86e7197 /lang/sather-tutorial
parent9699d4f6d7c836b8d7a6a8fb481cda4e36f13962 (diff)
downloadports-ea4abc431d05240dac3e072c6d3c7459da00dce5.tar.gz
ports-ea4abc431d05240dac3e072c6d3c7459da00dce5.zip
- Set correct gid on install.
Reported by: kris
Notes
Notes: svn path=/head/; revision=190524
Diffstat (limited to 'lang/sather-tutorial')
-rw-r--r--lang/sather-tutorial/Makefile2
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>