[70359] trunk/dports/x11/lablgtk/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 7 01:10:29 PDT 2010


Revision: 70359
          http://trac.macports.org/changeset/70359
Author:   ryandesign at macports.org
Date:     2010-08-07 01:10:29 -0700 (Sat, 07 Aug 2010)
Log Message:
-----------
lablgtk: remove slash before ${prefix}

Modified Paths:
--------------
    trunk/dports/x11/lablgtk/Portfile

Modified: trunk/dports/x11/lablgtk/Portfile
===================================================================
--- trunk/dports/x11/lablgtk/Portfile	2010-08-07 08:10:05 UTC (rev 70358)
+++ trunk/dports/x11/lablgtk/Portfile	2010-08-07 08:10:29 UTC (rev 70359)
@@ -32,8 +32,8 @@
 }
 build.target	opt
 post-destroot {
-	system "ranlib ${destroot}/${prefix}/lib/ocaml/lablgtk/lablgtk.a"
-	system "ranlib ${destroot}/${prefix}/lib/ocaml/lablgtk/liblablgtk.a"
+	system "ranlib ${destroot}${prefix}/lib/ocaml/lablgtk/lablgtk.a"
+	system "ranlib ${destroot}${prefix}/lib/ocaml/lablgtk/liblablgtk.a"
 }
 
 livecheck.type	regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100807/f50d6336/attachment.html>


More information about the macports-changes mailing list