diff options
author | ache <ache@FreeBSD.org> | 2001-04-15 16:08:17 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-04-15 16:08:17 +0800 |
commit | 3db5922a5fff05df3f75ff67f79a9e5ec3d3884e (patch) | |
tree | c75510910e84981261ee6e278e45c54ede995320 /www/mnogosearch31 | |
parent | 190199e415432769bd1e7795e2c9f94da33d7f48 (diff) | |
download | freebsd-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/Makefile | 2 |
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} |