diff options
author | stas <stas@FreeBSD.org> | 2007-04-22 06:30:06 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-04-22 06:30:06 +0800 |
commit | 2914e76f3781aa25aa2eab853ca176d24a047dc0 (patch) | |
tree | 0244245e3f508e6e0d0dd70648a2a2fc25bdc548 /lang/sather-specification | |
parent | 97b619100e880aa046ce3b84a8fcac6f0b8f3045 (diff) | |
download | freebsd-ports-gnome-2914e76f3781aa25aa2eab853ca176d24a047dc0.tar.gz freebsd-ports-gnome-2914e76f3781aa25aa2eab853ca176d24a047dc0.tar.zst freebsd-ports-gnome-2914e76f3781aa25aa2eab853ca176d24a047dc0.zip |
- 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> |