diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-29 12:34:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-29 12:34:58 +0000 |
commit | f79f6e8938cda2a03cb23b82a5f0811c155464fd (patch) | |
tree | cc991be27091fa5e89bb766eaf7ced6ce87a7fba /textproc/libxml2/files/patch-python::Makefile.in | |
parent | Fixed 2 bugs related to dependencies. (diff) |
U[date to 2.4.19.
PR: 36343
Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru>
Diffstat (limited to 'textproc/libxml2/files/patch-python::Makefile.in')
-rw-r--r-- | textproc/libxml2/files/patch-python::Makefile.in | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/textproc/libxml2/files/patch-python::Makefile.in b/textproc/libxml2/files/patch-python::Makefile.in index 41bcf33a3a92..b5d35f2773fb 100644 --- a/textproc/libxml2/files/patch-python::Makefile.in +++ b/textproc/libxml2/files/patch-python::Makefile.in @@ -1,14 +1,11 @@ - -$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 @@ +--- python/Makefile.in.orig Tue Mar 26 21:54:53 2002 ++++ python/Makefile.in Tue Mar 26 21:55:17 2002 +@@ -141,7 +141,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 + # libxml2class.txt is generated + DOCS = TODO - EXTRA_DIST = \ |