Modified: trunk/dports/devel/caml-postgresql/Portfile (38743 => 38744)
--- trunk/dports/devel/caml-postgresql/Portfile 2008-07-30 01:39:48 UTC (rev 38743)
+++ trunk/dports/devel/caml-postgresql/Portfile 2008-07-30 02:21:39 UTC (rev 38744)
@@ -4,6 +4,7 @@
name caml-postgresql
version 1.8.2
+revision 1
categories devel ml
maintainers landonf openmaintainer
description OCaml-interface to the PostgreSQL-database
@@ -33,14 +34,14 @@
reinplace s|pg_config|${prefix}/lib/postgresql83/bin/pg_config|g \
${worksrcpath}/Makefile.conf
- reinplace "s|\$(OCAMLFIND) install|\$(OCAMLFIND) install -ldconf ignore -destdir ${destroot}/${ocaml_site_path}|g" \
+ reinplace "s|\$(OCAMLFIND) install|\$(OCAMLFIND) install -destdir ${destroot}/${ocaml_site_path}|g" \
${worksrcpath}/OCamlMakefile
}
pre-destroot {
set ocaml_site_path [exec ocamlfind printconf destdir]
file mkdir ${destroot}/${ocaml_site_path}
- file mkdir ${destroot}/${ocaml_site_path}/stub-libs
+ file mkdir ${destroot}/${ocaml_site_path}/stublibs
}
use_configure no