[103026] trunk/dports/devel/ncurses/Portfile

jmr at macports.org jmr at macports.org
Mon Feb 11 23:06:48 PST 2013


Revision: 103026
          https://trac.macports.org/changeset/103026
Author:   jmr at macports.org
Date:     2013-02-11 23:06:48 -0800 (Mon, 11 Feb 2013)
Log Message:
-----------
ncurses: minor cleanups

Modified Paths:
--------------
    trunk/dports/devel/ncurses/Portfile

Modified: trunk/dports/devel/ncurses/Portfile
===================================================================
--- trunk/dports/devel/ncurses/Portfile	2013-02-12 07:04:23 UTC (rev 103025)
+++ trunk/dports/devel/ncurses/Portfile	2013-02-12 07:06:48 UTC (rev 103026)
@@ -48,12 +48,10 @@
     # check that this doesn't start breaking anything with new versions
     post-configure {
         reinplace s/1UL/1U/g "${worksrcpath}/include/curses.head"
-        system "cd ${worksrcpath} && ed - include/curses.head < ${filespath}/include_curses.head.ed"
+        system -W ${worksrcpath} "ed - include/curses.head < ${filespath}/include_curses.head.ed"
     }
 }
 
-use_parallel_build yes
-
 post-destroot {
     set major [lindex [split $version .] 0]
     foreach f {form menu ncurses panel} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130211/677f1b53/attachment.html>


More information about the macports-changes mailing list