--- Portfile.orig	2007-06-13 00:59:32.000000000 -0700
+++ Portfile	2007-06-13 01:01:39.000000000 -0700
@@ -71,6 +71,11 @@
 
 configure.args		--without-libraries=python --without-icu
 
+post-destroot {
+	set incdirver [join [lrange [split ${version} {.}] 0 1] {_}]
+	system "ln -fs boost-${incdirver}/boost ${destroot}{prefix}/include/boost"
+}
+
 variant python {
 	set pyversion		2.4
 	depends_lib		lib:libpython${pyversion}:python[strsed ${pyversion} {g/[.]//}]

