diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-04-21 22:30:06 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-04-21 22:30:06 +0000 |
commit | af3b7a29356c2c66950749f847d72ac44ff32799 (patch) | |
tree | 8c7b893bf522fbc8e1c2c5527f8c99f3389d4036 /lang/sather-specification | |
parent | - Fix pkg-plist (diff) |
- Set correct permissions on instal.
Diffstat (limited to 'lang/sather-specification')
-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> |