aboutsummaryrefslogtreecommitdiff
path: root/lang/sather-specification
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-04-21 22:30:06 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-04-21 22:30:06 +0000
commitaf3b7a29356c2c66950749f847d72ac44ff32799 (patch)
tree8c7b893bf522fbc8e1c2c5527f8c99f3389d4036 /lang/sather-specification
parentc6dd1bb0d190cae23b4830e847018235c552a1c3 (diff)
downloadports-af3b7a29356c2c66950749f847d72ac44ff32799.tar.gz
ports-af3b7a29356c2c66950749f847d72ac44ff32799.zip
- Set correct permissions on instal.
Notes
Notes: svn path=/head/; revision=190600
Diffstat (limited to 'lang/sather-specification')
-rw-r--r--lang/sather-specification/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/sather-specification/Makefile b/lang/sather-specification/Makefile
index bb648d1816e0..941205b5b1a0 100644
--- a/lang/sather-specification/Makefile
+++ b/lang/sather-specification/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>