Index: Portfile
===================================================================
--- Portfile	(revision 32277)
+++ Portfile	(working copy)
@@ -2,25 +2,23 @@
 
 PortSystem 1.0
 name		rtf2html
-version		1.1beta
+version		0.2.0
 categories	textproc
 maintainers	nomaintainer
 platforms	darwin freebsd
 description	rtf to html converter
 long_description	this is a tool for converting from the rtf-format to \
 			the html format.
-homepage	http://www.45.free.net/~vitus/ice/catdoc
-master_sites	${homepage}/../misc/
-distname	${name}
-checksums	md5 823949bf2e1a7fc9d090fd2035b2e828
+homepage	http://sourceforge.net/projects/rtf2html
+master_sites    http://downloads.sourceforge.net/rtf2html/
+checksums	md5 cc528c5b14d31be1afdb7971a763cf6d
 
-use_configure	no
 
 build.target
 
-destroot	{
-	file mkdir ${destroot}${prefix}/share/doc/${name}
-	file copy ${worksrcpath}/rtf2html ${destroot}${prefix}/bin/
-	file copy ${worksrcpath}/README ${worksrcpath}/README.orig \
-		${destroot}${prefix}/share/doc/${name}
-}	
+destroot       {
+       file mkdir ${destroot}${prefix}/share/doc/${name}
+       file copy ${worksrcpath}/rtf2html ${destroot}${prefix}/bin/
+       file copy ${worksrcpath}/README ${worksrcpath}/README.ru \
+               ${destroot}${prefix}/share/doc/${name}
+}

