mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
released under the GPL. It's written in C++, with bindings to allow use from other languages. Xapian is designed to be a highly adaptable toolkit to allow developers to easily add advanced indexing and search facilities to their own applications. PR: ports/88609 Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
11 lines
336 B
Text
11 lines
336 B
Text
--- examples/Makefile.in.orig Fri Jul 15 12:22:59 2005
|
|
+++ examples/Makefile.in Mon Nov 7 12:02:24 2005
|
|
@@ -442,7 +442,7 @@
|
|
for dir in "$(DESTDIR)$(bindir)"; do \
|
|
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
|
done
|
|
-install: install-am
|
|
+install:
|
|
install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|