[96746] trunk/dports/python/py27-svn/Portfile

blair at macports.org blair at macports.org
Fri Aug 17 20:14:50 PDT 2012


Revision: 96746
          https://trac.macports.org/changeset/96746
Author:   blair at macports.org
Date:     2012-08-17 20:14:46 -0700 (Fri, 17 Aug 2012)
Log Message:
-----------
py27-svn: remove @ from the Makefile so that the build can be watched.

Modified Paths:
--------------
    trunk/dports/python/py27-svn/Portfile

Modified: trunk/dports/python/py27-svn/Portfile
===================================================================
--- trunk/dports/python/py27-svn/Portfile	2012-08-18 01:59:46 UTC (rev 96745)
+++ trunk/dports/python/py27-svn/Portfile	2012-08-18 03:14:46 UTC (rev 96746)
@@ -35,6 +35,10 @@
 	system "cd ${worksrcpath} && ${python.bin} setup.py backport"
 }
 
+post-configure {
+	reinplace "s|^\t@|\t|" ${worksrcpath}/Makefile
+}
+
 build.cmd		make
 build.target
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120817/a32e6e83/attachment.html>


More information about the macports-changes mailing list