diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-18 11:31:24 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-18 11:31:24 +0000 |
commit | 325c1cfbb1e470e140ed26056818c1a45bd72453 (patch) | |
tree | 34bb1b4d36f7c6fa07d45695341e7a9f711c5d59 /textproc/libxslt/files/patch-python::Makefile.in | |
parent | Update to 2.4.20. (diff) |
Update to 1.0.16.
PR: 37193
Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru>
Notes
Notes:
svn path=/head/; revision=57846
Diffstat (limited to 'textproc/libxslt/files/patch-python::Makefile.in')
-rw-r--r-- | textproc/libxslt/files/patch-python::Makefile.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/textproc/libxslt/files/patch-python::Makefile.in b/textproc/libxslt/files/patch-python::Makefile.in index 13443ad4f6ab..ce298bb2a576 100644 --- a/textproc/libxslt/files/patch-python::Makefile.in +++ b/textproc/libxslt/files/patch-python::Makefile.in @@ -1,11 +1,14 @@ ---- python/Makefile.in.orig Tue Mar 26 23:31:21 2002 -+++ python/Makefile.in Tue Mar 26 23:31:35 2002 + +$FreeBSD$ + +--- python/Makefile.in.orig Mon Apr 15 21:07:35 2002 ++++ python/Makefile.in Thu Apr 18 14:23:11 2002 @@ -129,7 +129,7 @@ -I$(top_srcdir) --DOCS_DIR = $(prefix)/share/doc/libxslt-python-$(LIBXSLT_VERSION) -+DOCS_DIR = $(prefix)/share/doc/libxslt-python +-DOCS_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION) ++DOCS_DIR = $(datadir)/doc/libxslt-python # libxsltclass.txt is generated DOCS = TODO |