[42404] trunk/dports/lang/python24/Portfile

blb at macports.org blb at macports.org
Thu Nov 20 17:31:08 PST 2008


Revision: 42404
          http://trac.macports.org/changeset/42404
Author:   blb at macports.org
Date:     2008-11-20 17:31:07 -0800 (Thu, 20 Nov 2008)
Log Message:
-----------
lang/python24 - Mac/OSX/Makefile.in no longer has any __PREFIX__ to reinplace (as of r41218), ticket #17343

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

Modified: trunk/dports/lang/python24/Portfile
===================================================================
--- trunk/dports/lang/python24/Portfile	2008-11-20 22:51:56 UTC (rev 42403)
+++ trunk/dports/lang/python24/Portfile	2008-11-21 01:31:07 UTC (rev 42404)
@@ -59,8 +59,7 @@
 
 post-patch {
         reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/Lib/cgi.py \
-           ${worksrcpath}/Lib/site.py ${worksrcpath}/Mac/OSX/Makefile.in \
-           ${worksrcpath}/setup.py
+           ${worksrcpath}/Lib/site.py ${worksrcpath}/setup.py
         reinplace "s|__FRAMEWORKS_DIR__|${frameworks_dir}|g" \
            ${worksrcpath}/Mac/OSX/Makefile.in
         reinplace "s|__APPLICATIONS_DIR__|${applications_dir}|g" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081120/22a73e72/attachment.html>


More information about the macports-changes mailing list