Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/lang/gauche-c-wrapper/Portfile,v
retrieving revision 1.2
diff -u -b -w -r1.2 Portfile
--- Portfile	12 May 2006 07:47:45 -0000	1.2
+++ Portfile	4 Aug 2006 14:29:59 -0000
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		gauche-c-wrapper
-version         0.3.4
+version         0.4.1
 categories	lang scheme
 maintainers	yuhei@pop21.odn.ne.jp
 description	c-wrapper is a FFI (Foreign Function Interface) for Gauche.
@@ -11,12 +11,16 @@
 master_sites	http://homepage.mac.com/naoki.koguro/prog/c-wrapper/
 distname	c-wrapper-$version
 extract.suffix	.tgz
-checksums       md5 a4a95c47961613090cb6e60455ed30f2
+checksums       md5 fa829741eab77fa51cb257f9f9ae27af
 depends_build	bin:gosh:gauche
 
+patchfiles patch-Makefile.in
+
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/gauche-c-wrapper
-	xinstall -m 644 -W ${workpath}/${worksrcdir}/doc/ API.ja_JP.UTF-8 API.txt \
+	xinstall -m 644 -W ${workpath}/${worksrcdir}/doc/ \
+	        c-wrapper-refe_toc.html c-wrapper-refe.html \
+	        c-wrapper-refj_toc.html c-wrapper-refj_toc.html \
 		${destroot}${prefix}/share/doc/gauche-c-wrapper
     file copy ${workpath}/${worksrcdir}/examples \
 		${destroot}${prefix}/share/doc/gauche-c-wrapper

