openbsd-ports/textproc/libxml/patches/patch-python_tests_Makefile_in
2008-05-06 18:53:01 +00:00

21 lines
670 B
Plaintext

$OpenBSD: patch-python_tests_Makefile_in,v 1.8 2008/05/06 18:53:01 steven Exp $
--- python/tests/Makefile.in.orig Tue Apr 8 16:55:02 2008
+++ python/tests/Makefile.in Sat Apr 26 11:59:41 2008
@@ -270,7 +270,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-exampledir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
+exampledir = $(datadir)/examples/libxml2
dist_example_DATA = $(PYTESTS) $(XMLS)
PYTESTS = \
build.py \
@@ -307,7 +307,6 @@ PYTESTS = \
readererr.py\
relaxng.py \
schema.py \
- thread2.py \
sync.py \
tstLastError.py \
indexes.py \