diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-15 08:52:48 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-05-15 08:52:48 +0000 |
commit | f2079b3a0011233f0078e1b59df65b897862fd39 (patch) | |
tree | 28f34a7d8f1364cc18b7020463c89dadfe000e3f /www/mnogosearch31/Makefile | |
parent | 1ed139bf6e3bffbada0fc74d3a4445785f37d0fa (diff) | |
download | ports-f2079b3a0011233f0078e1b59df65b897862fd39.tar.gz ports-f2079b3a0011233f0078e1b59df65b897862fd39.zip |
Notes
Diffstat (limited to 'www/mnogosearch31/Makefile')
-rw-r--r-- | www/mnogosearch31/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mnogosearch31/Makefile b/www/mnogosearch31/Makefile index 7bb9ba745dd0..298d4f2fc98e 100644 --- a/www/mnogosearch31/Makefile +++ b/www/mnogosearch31/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 \ |