diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-07-06 03:01:19 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-07-06 03:01:19 +0000 |
commit | ffb2455c8b68c23798826962a088b2984bdb17b1 (patch) | |
tree | afdf41b260127f89d35597e62e4a0604caf89fb7 /textproc/libxml2/files/patch-python::tests::Makefile.in | |
parent | move ganttproject from misc/ to deskutils/ (diff) |
Remove Python bingdings here as they going to be reintroduced in
slave port.
Tested by: adamw, marcus
Notes
Notes:
svn path=/head/; revision=113025
Diffstat (limited to 'textproc/libxml2/files/patch-python::tests::Makefile.in')
-rw-r--r-- | textproc/libxml2/files/patch-python::tests::Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxml2/files/patch-python::tests::Makefile.in b/textproc/libxml2/files/patch-python::tests::Makefile.in index a2977bbd13ab..7a640460ea51 100644 --- a/textproc/libxml2/files/patch-python::tests::Makefile.in +++ b/textproc/libxml2/files/patch-python::tests::Makefile.in @@ -5,7 +5,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples -+EXAMPLE_DIR = $(datadir)/doc/libxml2-python/examples ++EXAMPLE_DIR = $(datadir)/examples/py-libxml2 PYTESTS = \ build.py \ attribs.py \ |