diff -ruN ocaml-expat.orig/Makefile ocaml-expat/Makefile --- ocaml-expat.orig/Makefile Wed Apr 13 14:17:48 2005 +++ ocaml-expat/Makefile Wed Apr 13 14:21:57 2005 @@ -7,7 +7,7 @@ # PORTNAME= ocaml-expat -PORTVERSION= 0.1.0 +PORTVERSION= 0.9.1 CATEGORIES= textproc MASTER_SITES= http://www.xs4all.nl/~mmzeeman/ocaml/ @@ -38,7 +38,7 @@ PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${WRKSRC}/doc/*.css ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/README ${WRKSRC}/doc/*.html ${WRKSRC}/doc/*.css ${DOCSDIR} .endif .include diff -ruN ocaml-expat.orig/distinfo ocaml-expat/distinfo --- ocaml-expat.orig/distinfo Wed Apr 13 14:17:48 2005 +++ ocaml-expat/distinfo Wed Apr 13 14:18:10 2005 @@ -1,2 +1,2 @@ -MD5 (ocaml-expat-0.1.0.tar.gz) = c8e429fafbb2508cf5525d5ff686efeb -SIZE (ocaml-expat-0.1.0.tar.gz) = 11471 +MD5 (ocaml-expat-0.9.1.tar.gz) = 17aa00a46c5edeb815f1b0555bad7ed2 +SIZE (ocaml-expat-0.9.1.tar.gz) = 25223 diff -ruN ocaml-expat.orig/files/patch-Makefile ocaml-expat/files/patch-Makefile --- ocaml-expat.orig/files/patch-Makefile Wed Apr 13 14:17:48 2005 +++ ocaml-expat/files/patch-Makefile Wed Apr 13 14:18:30 2005 @@ -1,6 +1,6 @@ ---- Makefile.orig Sat Sep 27 16:52:29 2003 -+++ Makefile Wed Feb 9 10:46:58 2005 -@@ -4,8 +4,10 @@ +--- Makefile.orig Wed Apr 13 11:14:20 2005 ++++ Makefile Wed Apr 13 11:15:49 2005 +@@ -3,8 +3,10 @@ # Change this to match your expat installation. EXPAT_LIB=-lexpat @@ -13,7 +13,7 @@ NAME=expat OBJECTS=expat.cmo -@@ -31,7 +33,7 @@ +@@ -32,7 +34,7 @@ allopt: $(XARCHIVE) depend: *.c *.ml *.mli