summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-04-15 08:08:17 +0000
committerache <ache@FreeBSD.org>2001-04-15 08:08:17 +0000
commit3db5922a5fff05df3f75ff67f79a9e5ec3d3884e (patch)
treec75510910e84981261ee6e278e45c54ede995320
parent190199e415432769bd1e7795e2c9f94da33d7f48 (diff)
downloadFreeBSD-ports-3db5922a5fff05df3f75ff67f79a9e5ec3d3884e.zip
FreeBSD-ports-3db5922a5fff05df3f75ff67f79a9e5ec3d3884e.tar.gz
chown nobody.nogroup whole /var/mnogosearch (not require additional privs for
spelld)
-rw-r--r--www/mnoGoSearch-current/Makefile2
-rw-r--r--www/mnogosearch/Makefile2
-rw-r--r--www/mnogosearch31/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/www/mnoGoSearch-current/Makefile b/www/mnoGoSearch-current/Makefile
index 7c1417c..fa27ca5 100644
--- a/www/mnoGoSearch-current/Makefile
+++ b/www/mnoGoSearch-current/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}
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile
index 7c1417c..fa27ca5 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}
diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile
index 7c1417c..fa27ca5 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}
OpenPOWER on IntegriCloud