Lines 1-14
Link Here
|
1 |
|
1 |
--- python/tests/Makefile.in.orig Wed Apr 17 21:45:40 2002 |
2 |
$FreeBSD: ports/textproc/libxml2/files/patch-python::tests::Makefile.in,v 1.1 2002/02/26 18:55:37 sobomax Exp $ |
2 |
+++ python/tests/Makefile.in Wed Apr 17 21:46:32 2002 |
3 |
|
3 |
@@ -130,7 +130,7 @@ |
4 |
--- python/tests/Makefile.in 2002/02/26 18:09:00 1.1 |
|
|
5 |
+++ python/tests/Makefile.in 2002/02/26 18:09:12 |
6 |
@@ -128,7 +128,7 @@ |
7 |
Z_CFLAGS = @Z_CFLAGS@ |
4 |
Z_CFLAGS = @Z_CFLAGS@ |
8 |
Z_LIBS = @Z_LIBS@ |
5 |
Z_LIBS = @Z_LIBS@ |
9 |
|
6 |
|
10 |
-EXAMPLE_DIR = $(prefix)/share/doc/libxml2-python-$(LIBXML_VERSION)/examples |
7 |
-EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples |
11 |
+EXAMPLE_DIR = $(prefix)/share/doc/libxml2-python/examples |
8 |
+EXAMPLE_DIR = $(datadir)/doc/libxml2-python/examples |
12 |
|
9 |
|
13 |
PYTESTS = \ |
10 |
PYTESTS = \ |
14 |
build.py \ |
11 |
build.py \ |