diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-26 19:02:58 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-26 19:02:58 +0000 |
commit | 2224823c69a70a07890956f50558ee5364b06066 (patch) | |
tree | 95cca7e55994b7f8268ebbfd0a475e1654d68775 /textproc/libxslt/files/patch-python::Makefile.in | |
parent | Update to 2.4.16. (diff) |
Update to 1.0.12.
PR: 35003
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
Notes
Notes:
svn path=/head/; revision=55273
Diffstat (limited to 'textproc/libxslt/files/patch-python::Makefile.in')
-rw-r--r-- | textproc/libxslt/files/patch-python::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/libxslt/files/patch-python::Makefile.in b/textproc/libxslt/files/patch-python::Makefile.in new file mode 100644 index 000000000000..574f2e707223 --- /dev/null +++ b/textproc/libxslt/files/patch-python::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- python/Makefile.in 2002/02/26 18:23:19 1.1 ++++ python/Makefile.in 2002/02/26 18:23:37 +@@ -129,7 +129,7 @@ + -I$(top_srcdir) + + +-DOCS_DIR = $(prefix)/share/doc/libxslt-python-$(LIBXML_VERSION) ++DOCS_DIR = $(prefix)/share/doc/libxslt-python + DOCS = TODO libxsltclass.txt + + EXTRA_DIST = \ |