diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2000-10-24 09:51:38 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2000-10-24 09:51:38 +0000 |
commit | 833a89c57153924bb9951c6f952e49d71a31693a (patch) | |
tree | e865e5ee2e1ca68a598334cc847b278aea5fcdd0 /textproc/expat2/files/patch-ab | |
parent | 38879149e23bf811987e7bb47da82bad72d04429 (diff) | |
download | FreeBSD-ports-833a89c57153924bb9951c6f952e49d71a31693a.zip FreeBSD-ports-833a89c57153924bb9951c6f952e49d71a31693a.tar.gz |
Introduce latest version of expat.
This development version will be released as 2.0 and maintained on
sourceforge.
Submitted by: Naoki IDO <ido@hitachi-ms.co.jp>
Repo-copied by: PW
Diffstat (limited to 'textproc/expat2/files/patch-ab')
-rw-r--r-- | textproc/expat2/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/expat2/files/patch-ab b/textproc/expat2/files/patch-ab new file mode 100644 index 0000000..e67c0d3 --- /dev/null +++ b/textproc/expat2/files/patch-ab @@ -0,0 +1,10 @@ +--- xmlwf/Makefile.in.orig Sat Sep 30 00:54:54 2000 ++++ xmlwf/Makefile.in Thu Oct 12 00:42:22 2000 +@@ -11,5 +11,7 @@ + xmlwf: $(OBJS) + $(CC) -o xmlwf $(LDFLAGS) $(OBJS) $(LIBS) + ++install: ++ + clean: + rm -f xmlwf core *.o |