aboutsummaryrefslogtreecommitdiff
path: root/www/mnogosearch/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-10-21 17:49:27 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-10-21 17:49:27 +0000
commit76a11d95bcf91848268fc58cf2df88e0ed903371 (patch)
tree685a9be4efce12284dc1802449e4f73d95d72dd8 /www/mnogosearch/Makefile
parenteac6cc1767fb60e30ff96ff26156b8e16346b903 (diff)
downloadports-76a11d95bcf91848268fc58cf2df88e0ed903371.tar.gz
ports-76a11d95bcf91848268fc58cf2df88e0ed903371.zip
Switch to www:www
Notes
Notes: svn path=/head/; revision=49029
Diffstat (limited to 'www/mnogosearch/Makefile')
-rw-r--r--www/mnogosearch/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile
index 3403397c2037..de02e42d6d01 100644
--- a/www/mnogosearch/Makefile
+++ b/www/mnogosearch/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mnogosearch
PORTVERSION= 3.1.19
+PORTREVISION= 1
CATEGORIES= www databases
MASTER_SITES= http://search.mnogo.ru/Download/
@@ -24,6 +25,8 @@ CONFIGURE_ARGS= --enable-phrase \
--sysconfdir=${PREFIX}/etc/mnogosearch \
--localstatedir=/var/mnogosearch
+RUN_DEPENDS+= ${LOCALBASE}/etc/apache/httpd.conf:${PORTSDIR}/www/apache13
+
.ifndef NO_OPENSSL
USE_OPENSSL= yes
.endif
@@ -69,7 +72,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} -R nobody:nogroup /var/mnogosearch/
+ ${CHOWN} -R www:www /var/mnogosearch/
${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/mnogosearch
${INSTALL_DATA} ${FILESDIR}/spelld.sh-dist ${PREFIX}/etc/rc.d/
@${ECHO}