[62651] trunk/dports/textproc/colorer/Portfile

nox at macports.org nox at macports.org
Wed Jan 13 06:05:44 PST 2010


Revision: 62651
          http://trac.macports.org/changeset/62651
Author:   nox at macports.org
Date:     2010-01-13 06:05:43 -0800 (Wed, 13 Jan 2010)
Log Message:
-----------
Fix library install name in colorer

Modified Paths:
--------------
    trunk/dports/textproc/colorer/Portfile

Modified: trunk/dports/textproc/colorer/Portfile
===================================================================
--- trunk/dports/textproc/colorer/Portfile	2010-01-13 13:57:38 UTC (rev 62650)
+++ trunk/dports/textproc/colorer/Portfile	2010-01-13 14:05:43 UTC (rev 62651)
@@ -4,6 +4,7 @@
 
 name            colorer
 version         take5.be5
+revision        1
 license         MPL-1.1 GPL-2.0 LGPL-2.1
 categories      textproc devel
 platforms       darwin
@@ -49,7 +50,7 @@
     # The flag to build dynamic libraries on Darwin is -dynamiclib
     # Furthermore we need to write down libcolorer install name
     reinplace \
-        "s:-shared:-dynamiclib -install_name ${prefix}/lib/lib\$(TARGET):" \
+        "s:-shared:-dynamiclib -install_name ${prefix}/lib/\$(TARGET):" \
         ${worksrcpath}/src/libcolorer/makefile.gcc
 
     # Do not force installation as root
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100113/ed93eeff/attachment.html>


More information about the macports-changes mailing list