summaryrefslogtreecommitdiff
path: root/www/mnogosearch
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-04-15 08:08:17 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-04-15 08:08:17 +0000
commit265f64f0df63f19ec2d8ea0405f7b526b9722da2 (patch)
tree2d6d8bd474d60c0c5f666a9c99c7859dfd512451 /www/mnogosearch
parentMake reinstall friendly. (diff)
chown nobody.nogroup whole /var/mnogosearch (not require additional privs for
spelld)
Notes
Notes: svn path=/head/; revision=41412
Diffstat (limited to 'www/mnogosearch')
-rw-r--r--www/mnogosearch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile
index 7c1417c28010..fa27ca5614db 100644
--- a/www/mnogosearch/Makefile
+++ b/www/mnogosearch/Makefile
@@ -63,7 +63,7 @@ pre-install:
post-install:
cd ${WRKSRC} && ${TAR} --create --file - --exclude CVS create | (cd ${PREFIX}/share/mnogosearch && ${TAR} xf -)
${CHMOD} 700 /var/mnogosearch/cache
- ${CHOWN} nobody.nogroup /var/mnogosearch/cache
+ ${CHOWN} -R nobody.nogroup /var/mnogosearch/
${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/mnogosearch
@${ECHO}
@${CAT} ${PKGMESSAGE}