diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-13 03:45:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-13 03:45:09 +0800 |
commit | eae532b5a69c9b3f8d503117000492f7bf773eb2 (patch) | |
tree | e16b7f415a2efa815cd180a3f3f77d932df99538 /textproc/libxslt/files/patch-python::Makefile.in | |
parent | 26d8331feddc8388b8f50189af67e525a70dff3d (diff) | |
download | marcuscom-ports-eae532b5a69c9b3f8d503117000492f7bf773eb2.tar marcuscom-ports-eae532b5a69c9b3f8d503117000492f7bf773eb2.tar.gz marcuscom-ports-eae532b5a69c9b3f8d503117000492f7bf773eb2.tar.bz2 marcuscom-ports-eae532b5a69c9b3f8d503117000492f7bf773eb2.tar.lz marcuscom-ports-eae532b5a69c9b3f8d503117000492f7bf773eb2.tar.xz marcuscom-ports-eae532b5a69c9b3f8d503117000492f7bf773eb2.tar.zst marcuscom-ports-eae532b5a69c9b3f8d503117000492f7bf773eb2.zip |
Add libxslt:
* Update to 1.0.33
* Make the Python installation ${PREFIX} safe
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1204 df743ca5-7f9a-e211-a948-0013205c9059
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 000000000..20e206c53 --- /dev/null +++ b/textproc/libxslt/files/patch-python::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD: ports/textproc/libxslt/files/patch-python::Makefile.in,v 1.3 2002/04/18 11:31:24 sobomax Exp $ + +--- 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 = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION) ++DOCS_DIR = $(datadir)/doc/libxslt-python + # libxsltclass.txt is generated + DOCS = TODO + |