[39360] trunk/dports/net/gajim/Portfile

rene at macports.org rene at macports.org
Mon Aug 18 14:53:24 PDT 2008


Revision: 39360
          http://trac.macosforge.org/projects/macports/changeset/39360
Author:   rene at macports.org
Date:     2008-08-18 14:53:24 -0700 (Mon, 18 Aug 2008)
Log Message:
-----------
net/gajim: Use better variable name.

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

Modified: trunk/dports/net/gajim/Portfile
===================================================================
--- trunk/dports/net/gajim/Portfile	2008-08-18 21:46:11 UTC (rev 39359)
+++ trunk/dports/net/gajim/Portfile	2008-08-18 21:53:24 UTC (rev 39360)
@@ -25,13 +25,13 @@
                     rmd160 77ddba3f06c1b4dc80c0c3efe1951cbb0fac07e0
 
 post-patch {
-    set py25fwpath [ exec ${prefix}/bin/python2.5-config --includes ]
+    set py25includes [ exec ${prefix}/bin/python2.5-config --includes ]
     # Force usage of MacPorts python
     reinplace "s|@PYTHON@|${prefix}/bin/python2.5|" \
         ${worksrcpath}/scripts/gajim-remote.in
     reinplace "s|@PYTHON@|${prefix}/bin/python2.5|" \
         ${worksrcpath}/scripts/gajim.in
-    reinplace "s|\$(PYTHON_INCLUDES)|${py25fwpath}|" \
+    reinplace "s|\$(PYTHON_INCLUDES)|${py25includes}|" \
         ${worksrcpath}/src/Makefile.in
 
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080818/a5a05f1b/attachment.html 


More information about the macports-changes mailing list