Index: Portfile
===================================================================
--- Portfile	(revision 38747)
+++ Portfile	(working copy)
@@ -44,9 +44,5 @@
 pre-destroot {
     set ocaml_site_path [exec ocamlfind printconf destdir]
     file mkdir ${destroot}/${ocaml_site_path}/stublibs
-
-}
-
-pre-destroot {
-    destroot.args DESTDIR="${destroot}" OCAMLFIND_DESTDIR="${destroot}/[exec ${prefix}/bin/ocamlfind printconf destdir]"
+    destroot.args DESTDIR="${destroot}" OCAMLFIND_DESTDIR="${destroot}${ocaml_site_path}"
 }
