freebsd-ports/textproc/clucene-contrib/files/patch-Makefile.in
Josh Paetzel be5629e921 CLucene is a C++ port of Lucene: the high-performance,
full-featured text search engine written in Java.
CLucene is faster than lucene as it is written in C++.

WWW:	http://sourceforge.net/projects/clucene/

PR:		ports/151951
Submitted by:	Tom Judge <tom at tomjudge.com>
2010-11-05 15:49:20 +00:00

13 lines
423 B
Text

--- Makefile.in.orig 2010-06-23 03:47:21.000000000 +0000
+++ Makefile.in 2010-06-23 03:48:03.000000000 +0000
@@ -178,8 +178,8 @@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
INCLUDES = -I$(top_srcdir)
-SUBDIRS = src test
-DIST_SUBDIRS = src test win32 .
+SUBDIRS = src
+DIST_SUBDIRS = src win32 .
ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4
EXTRA_DIST = $(top_srcdir)/autogen.sh \
$(top_srcdir)/HACKING \