[45148] trunk/dports/graphics/gd2/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jan 9 00:02:26 PST 2009


Revision: 45148
          http://trac.macports.org/changeset/45148
Author:   ryandesign at macports.org
Date:     2009-01-09 00:02:21 -0800 (Fri, 09 Jan 2009)
Log Message:
-----------
gd2: fix copy/paste error from r45147

Modified Paths:
--------------
    trunk/dports/graphics/gd2/Portfile

Modified: trunk/dports/graphics/gd2/Portfile
===================================================================
--- trunk/dports/graphics/gd2/Portfile	2009-01-09 07:58:10 UTC (rev 45147)
+++ trunk/dports/graphics/gd2/Portfile	2009-01-09 08:02:21 UTC (rev 45148)
@@ -60,9 +60,9 @@
 
 post-patch {
     if {[file exists ${prefix}/share/libtool/config/ltmain.sh]} {
-        copy -force ${prefix}/share/libtool/config/config.guess ${prefix}/share/libtool/config/ltmain.sh ${worksrcpath}/config
+        copy -force ${prefix}/share/libtool/config/ltmain.sh ${worksrcpath}/config
     } else {
-        copy -force ${prefix}/share/libtool/ltmain.sh ${prefix}/share/libtool/ltmain.sh ${worksrcpath}/config
+        copy -force ${prefix}/share/libtool/ltmain.sh ${worksrcpath}/config
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090109/bebc897c/attachment.html>


More information about the macports-changes mailing list