diff options
Diffstat (limited to 'textproc/libxml2/files/patch-python::Makefile.in')
-rw-r--r-- | textproc/libxml2/files/patch-python::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/libxml2/files/patch-python::Makefile.in b/textproc/libxml2/files/patch-python::Makefile.in new file mode 100644 index 000000000000..41bcf33a3a92 --- /dev/null +++ b/textproc/libxml2/files/patch-python::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- python/Makefile.in 2002/02/26 18:02:33 1.1 ++++ python/Makefile.in 2002/02/26 18:02:50 +@@ -139,7 +139,7 @@ + -I$(top_srcdir)/include + + +-DOCS_DIR = $(prefix)/share/doc/libxml2-python-$(LIBXML_VERSION) ++DOCS_DIR = $(prefix)/share/doc/libxml2-python + DOCS = TODO libxml2class.txt + + EXTRA_DIST = \ |