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

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 1 02:01:34 PST 2007


Revision: 22450
          http://trac.macosforge.org/projects/macports/changeset/22450
Author:   pipping at macports.org
Date:     2007-03-01 02:01:33 -0800 (Thu, 01 Mar 2007)

Log Message:
-----------
 * configure with '--without-progs to configure.args' instead of \
   removing the binaries by hand as suggested by master at iaas.msu.ru

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

Modified: trunk/dports/devel/ncurses/Portfile
===================================================================
--- trunk/dports/devel/ncurses/Portfile	2007-03-01 09:43:03 UTC (rev 22449)
+++ trunk/dports/devel/ncurses/Portfile	2007-03-01 10:01:33 UTC (rev 22450)
@@ -28,11 +28,10 @@
                 --without-ada \
                 --enable-safe-sprintf \
                 --enable-sigwinch \
+                --without-progs \
                 --mandir=${prefix}/share/delete-me
 
 post-destroot {
-    # binaries come with ncursesw
-    delete ${destroot}${prefix}/bin
     # terminfo & manpages also do come with ncursesw
     delete ${destroot}${prefix}/share ${destroot}${prefix}/lib/terminfo
 }

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


More information about the macports-changes mailing list