Revision
38745
Author
landonf@macports.org
Date
2008-07-29 19:23:41 -0700 (Tue, 29 Jul 2008)

Log Message

Fix stublibs directory.

Modified Paths

Diff

Modified: trunk/dports/devel/caml-sqlite3/Portfile (38744 => 38745)


--- trunk/dports/devel/caml-sqlite3/Portfile	2008-07-30 02:21:39 UTC (rev 38744)
+++ trunk/dports/devel/caml-sqlite3/Portfile	2008-07-30 02:23:41 UTC (rev 38745)
@@ -4,6 +4,7 @@
 
 name                caml-sqlite3
 version             1.2.0
+revision            1
 categories          devel ml
 maintainers         landonf openmaintainer
 description         OCaml bindings for SQLite 3
@@ -31,5 +32,5 @@
 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
 }