Revision: 38744 http://trac.macosforge.org/projects/macports/changeset/38744 Author: landonf@macports.org Date: 2008-07-29 19:21:39 -0700 (Tue, 29 Jul 2008) Log Message: ----------- Fix the stublibs install path. Modified Paths: -------------- trunk/dports/devel/caml-postgresql/Portfile Modified: trunk/dports/devel/caml-postgresql/Portfile =================================================================== --- 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