[29340] trunk/dports/lang/python25/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 21 07:19:42 PDT 2007


Revision: 29340
          http://trac.macosforge.org/projects/macports/changeset/29340
Author:   yves at macports.org
Date:     2007-09-21 07:19:41 -0700 (Fri, 21 Sep 2007)

Log Message:
-----------
Remove cd command

Modified Paths:
--------------
    trunk/dports/lang/python25/Portfile

Modified: trunk/dports/lang/python25/Portfile
===================================================================
--- trunk/dports/lang/python25/Portfile	2007-09-21 14:02:09 UTC (rev 29339)
+++ trunk/dports/lang/python25/Portfile	2007-09-21 14:19:41 UTC (rev 29340)
@@ -36,8 +36,7 @@
 			--disable-framework
 
 post-patch {
-    cd ${worksrcpath}
-    reinplace "s|__PREFIX__|${prefix}|g" Lib/cgi.py
+    reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Lib/cgi.py
 }
 
 test.run	   yes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070921/80320467/attachment.html


More information about the macports-changes mailing list