freebsd-ports/textproc/libxslt/files/patch-python::tests::Makefile.in
Jeremy Messenger 4ceb28e0ac Update to 1.1.24. As for the py-libxslt, get it able to find Python correct
when PREFIX is set other than LOCALBASE and will allowing the modules to build.
2008-05-24 05:27:36 +00:00

11 lines
408 B
Text

--- python/tests/Makefile.in.orig 2008-05-23 23:11:10.000000000 -0500
+++ python/tests/Makefile.in 2008-05-23 23:11:33.000000000 -0500
@@ -204,7 +204,7 @@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXAMPLE_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)/examples
+EXAMPLE_DIR = $(datadir)/examples/py-libxslt
TESTSPY = \
basic.py \
exslt.py \