diff options
Diffstat (limited to 'lang/sather-specification/Makefile')
-rw-r--r-- | lang/sather-specification/Makefile | 2 |
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> |