aboutsummaryrefslogtreecommitdiff
path: root/www/mnogosearch/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-05-15 08:52:48 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-05-15 08:52:48 +0000
commitf2079b3a0011233f0078e1b59df65b897862fd39 (patch)
tree28f34a7d8f1364cc18b7020463c89dadfe000e3f /www/mnogosearch/Makefile
parent1ed139bf6e3bffbada0fc74d3a4445785f37d0fa (diff)
downloadports-f2079b3a0011233f0078e1b59df65b897862fd39.tar.gz
ports-f2079b3a0011233f0078e1b59df65b897862fd39.zip
Fix query buffer overflow
Notes
Notes: svn path=/head/; revision=59153
Diffstat (limited to 'www/mnogosearch/Makefile')
-rw-r--r--www/mnogosearch/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mnogosearch/Makefile b/www/mnogosearch/Makefile
index 7bb9ba745dd0..298d4f2fc98e 100644
--- a/www/mnogosearch/Makefile
+++ b/www/mnogosearch/Makefile
@@ -7,18 +7,18 @@
PORTNAME= mnogosearch
PORTVERSION= 3.1.19
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www databases
-MASTER_SITES= http://search.mnogo.ru/Download/
+MASTER_SITES= http://www.mnogosearch.org/Download/
MAINTAINER= ache@FreeBSD.org
MAN1= indexer.1
MAN5= indexer.conf.5
+USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-phrase \
--enable-shared \
--enable-freebsd-pthreads \