aboutsummaryrefslogtreecommitdiffstats
path: root/www/mnogosearch31
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-04-15 16:08:17 +0800
committerache <ache@FreeBSD.org>2001-04-15 16:08:17 +0800
commit3db5922a5fff05df3f75ff67f79a9e5ec3d3884e (patch)
treec75510910e84981261ee6e278e45c54ede995320 /www/mnogosearch31
parent190199e415432769bd1e7795e2c9f94da33d7f48 (diff)
downloadfreebsd-ports-gnome-3db5922a5fff05df3f75ff67f79a9e5ec3d3884e.tar.gz
freebsd-ports-gnome-3db5922a5fff05df3f75ff67f79a9e5ec3d3884e.tar.zst
freebsd-ports-gnome-3db5922a5fff05df3f75ff67f79a9e5ec3d3884e.zip
chown nobody.nogroup whole /var/mnogosearch (not require additional privs for
spelld)
Diffstat (limited to 'www/mnogosearch31')
-rw-r--r--www/mnogosearch31/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile
index 7c1417c28010..fa27ca5614db 100644
--- a/www/mnogosearch31/Makefile
+++ b/www/mnogosearch31/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}