[38745] trunk/dports/devel/caml-sqlite3/Portfile

landonf at macports.org landonf at macports.org
Tue Jul 29 19:23:41 PDT 2008


Revision: 38745
          http://trac.macosforge.org/projects/macports/changeset/38745
Author:   landonf at macports.org
Date:     2008-07-29 19:23:41 -0700 (Tue, 29 Jul 2008)
Log Message:
-----------
Fix stublibs directory.

Modified Paths:
--------------
    trunk/dports/devel/caml-sqlite3/Portfile

Modified: trunk/dports/devel/caml-sqlite3/Portfile
===================================================================
--- 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
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080729/e4ce8d2a/attachment.html 


More information about the macports-changes mailing list