aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libxslt/files/patch-python__tests__Makefile.in
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /textproc/libxslt/files/patch-python__tests__Makefile.in
parentf474a16cfbfad1844b9c50e45e36a3a77f0c59b5 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'textproc/libxslt/files/patch-python__tests__Makefile.in')
-rw-r--r--textproc/libxslt/files/patch-python__tests__Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/libxslt/files/patch-python__tests__Makefile.in b/textproc/libxslt/files/patch-python__tests__Makefile.in
new file mode 100644
index 000000000000..385552556c34
--- /dev/null
+++ b/textproc/libxslt/files/patch-python__tests__Makefile.in
@@ -0,0 +1,11 @@
+--- 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 \