diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-30 13:38:13 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-30 13:38:13 +0000 |
commit | 37df62a701a6e63c960cc1352128b011fd706568 (patch) | |
tree | 6029d051b1d03c8eb7289859bd3bb40b4a76f75a /textproc/libxslt/files/patch-aa | |
parent | Update to 2.4.1. (diff) |
Update to 1.0.1.
Notes
Notes:
svn path=/head/; revision=45618
Diffstat (limited to '')
-rw-r--r-- | textproc/libxslt/files/patch-aa | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/textproc/libxslt/files/patch-aa b/textproc/libxslt/files/patch-aa index def1f0e8d683..32cdec667240 100644 --- a/textproc/libxslt/files/patch-aa +++ b/textproc/libxslt/files/patch-aa @@ -1,12 +1,18 @@ ---- Makefile.in.orig Thu Feb 8 06:03:15 2001 -+++ Makefile.in Fri Feb 9 17:10:51 2001 -@@ -84,6 +84,6 @@ +$FreeBSD$ + +--- Makefile.in.orig Tue Jul 24 01:47:05 2001 ++++ Makefile.in Mon Jul 30 16:00:19 2001 +@@ -98,10 +98,10 @@ + XSLT_LIBDIR = @XSLT_LIBDIR@ + XSLT_LIBS = @XSLT_LIBS@ --SUBDIRS = libxslt tests doc -+SUBDIRS = libxslt +-SUBDIRS = libxslt libexslt xsltproc tests doc ++SUBDIRS = libxslt libexslt xsltproc doc -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = xsltConf.sh + + bin_SCRIPTS = xslt-config |