diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-02 17:38:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-04-02 17:38:19 +0000 |
commit | 32b7cfa56dcf74771e3923e912c1a0ac759e3d25 (patch) | |
tree | d53ef46c4e990cbec6ff522ebfb769be9100880b /textproc/libxslt/files/patch-python::tests::Makefile.in | |
parent | . Stop alarm going into an infinite loop in December. (diff) |
Actually commit the update to 1.1.5.
Diffstat (limited to 'textproc/libxslt/files/patch-python::tests::Makefile.in')
-rw-r--r-- | textproc/libxslt/files/patch-python::tests::Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/libxslt/files/patch-python::tests::Makefile.in b/textproc/libxslt/files/patch-python::tests::Makefile.in index b2b22d6ee478..80a928dd169d 100644 --- a/textproc/libxslt/files/patch-python::tests::Makefile.in +++ b/textproc/libxslt/files/patch-python::tests::Makefile.in @@ -1,11 +1,11 @@ ---- python/tests/Makefile.in.orig Fri Sep 12 15:25:00 2003 -+++ python/tests/Makefile.in Fri Sep 12 15:25:38 2003 -@@ -133,7 +133,7 @@ - am__quote = @am__quote@ - install_sh = @install_sh@ - pythondir = @pythondir@ +--- python/tests/Makefile.in.orig Tue Mar 30 12:24:43 2004 ++++ python/tests/Makefile.in Tue Mar 30 12:25:47 2004 +@@ -190,7 +190,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ -EXAMPLE_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)/examples +EXAMPLE_DIR = $(datadir)/doc/libxslt-python/examples - TESTSPY = \ basic.py \ + exslt.py \ |