--- lang/parrot/Portfile	2005-12-12 20:14:00.000000000 -0800
+++ lang/parrot/Portfile.new	2005-12-12 20:13:50.000000000 -0800
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name			parrot
-version			0.3.1
+version			0.4.0
 categories		lang devel
 maintainers		bfulgham@mac.com
 description		Open source virtual machine (for Perl and Python)
@@ -16,15 +16,16 @@
 homepage		http://www.parrotcode.org/
 master_sites		ftp://ftp.cpan.org/pub/CPAN/authors/id/L/LT/LTOETSCH/
 
-checksums		md5 7cf99861ca6164da035c9cd258137f7e
+checksums		md5 d8c3ff4f2dd9fd46867a9dcaf5cd0ed5
 
 depends_build		bin:perl:perl5.8
 depends_lib			port:gmp port:icu
 
 configure.cmd		perl Configure.pl
-configure.pre_args	--prefix='${prefix}'/lib/parrot
+configure.pre_args	--prefix=${prefix}/lib/parrot
 configure.args		--jitcapable --optimize
 
+
 build.type		gnu
 build.target		
 
