[60456] trunk/dports/net/pidgin/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Nov 12 15:57:25 PST 2009


Revision: 60456
          http://trac.macports.org/changeset/60456
Author:   ryandesign at macports.org
Date:     2009-11-12 15:57:25 -0800 (Thu, 12 Nov 2009)
Log Message:
-----------
pidgin: fix the +quartz variant: remove reinplace that does nothing (the file is empty), and cd to the right directory before running autogen.sh; fixes #22497

Modified Paths:
--------------
    trunk/dports/net/pidgin/Portfile

Modified: trunk/dports/net/pidgin/Portfile
===================================================================
--- trunk/dports/net/pidgin/Portfile	2009-11-12 23:54:08 UTC (rev 60455)
+++ trunk/dports/net/pidgin/Portfile	2009-11-12 23:57:25 UTC (rev 60456)
@@ -77,8 +77,7 @@
                             port:intltool
 
     post-patch {
-        reinplace "s|@INTLTOOL_ICONV@|${prefix}/bin/iconv|g" intltool-merge.in
-        system "${filespath}/autogen.sh"
+        system "cd ${worksrcpath} && ${filespath}/autogen.sh"
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091112/0dd8e1cb/attachment.html>


More information about the macports-changes mailing list