[67926] trunk/dports/net/kismet/Portfile

snc at macports.org snc at macports.org
Fri May 21 12:42:50 PDT 2010


Revision: 67926
          http://trac.macports.org/changeset/67926
Author:   snc at macports.org
Date:     2010-05-21 12:42:47 -0700 (Fri, 21 May 2010)
Log Message:
-----------
fix cflags, #24951, #23096. convert ui_msg to notes

Modified Paths:
--------------
    trunk/dports/net/kismet/Portfile

Modified: trunk/dports/net/kismet/Portfile
===================================================================
--- trunk/dports/net/kismet/Portfile	2010-05-21 19:32:26 UTC (rev 67925)
+++ trunk/dports/net/kismet/Portfile	2010-05-21 19:42:47 UTC (rev 67926)
@@ -34,7 +34,7 @@
 patchfiles          patch-kis_panel_frontend.h.diff \
                     patch-plugintracker.h.diff
 
-configure.env-append   CFLAGS=-fnested-functions
+configure.cflags-append -fnested-functions
 
 # Dependency building command fails but dependecies are built nevertheless
 pre-build {
@@ -50,8 +50,7 @@
     xinstall -W ${worksrcpath} README ${destroot}${docdir}
 }
 
-post-install {
-    ui_msg "Read ${docdir}/README and edit ${prefix}/etc/kismet.conf"
-    ui_msg "In ${prefix}/etc/kismet.conf set source=darwin,en1,airport_extreme"
-    ui_msg "and replace your_user_here in suiduser with your username"
-}
+notes \
+"Read ${docdir}/README and edit ${prefix}/etc/kismet.conf
+In ${prefix}/etc/kismet.conf set source=darwin,en1,airport_extreme
+and replace your_user_here in suiduser with your username"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100521/d0224470/attachment.html>


More information about the macports-changes mailing list