aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sather-tutorial
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2007-04-21 15:26:20 +0800
committerstas <stas@FreeBSD.org>2007-04-21 15:26:20 +0800
commit75f0c3178a19c7ff7f92d58f8d9c47baeaece9ad (patch)
tree708865dcf1599b7366e4716a591744b0746043f5 /lang/sather-tutorial
parenta1770864bebd84039bef0ff89f14c76d7476f211 (diff)
downloadfreebsd-ports-gnome-75f0c3178a19c7ff7f92d58f8d9c47baeaece9ad.tar.gz
freebsd-ports-gnome-75f0c3178a19c7ff7f92d58f8d9c47baeaece9ad.tar.zst
freebsd-ports-gnome-75f0c3178a19c7ff7f92d58f8d9c47baeaece9ad.zip
- Set correct gid on install.
Reported by: kris
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>