[28749] trunk/dports/sysutils/sockstat/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 8 03:21:56 PDT 2007


Revision: 28749
          http://trac.macosforge.org/projects/macports/changeset/28749
Author:   afb at macports.org
Date:     2007-09-08 03:21:54 -0700 (Sat, 08 Sep 2007)

Log Message:
-----------
avoid ui_error on info

Modified Paths:
--------------
    trunk/dports/sysutils/sockstat/Portfile

Modified: trunk/dports/sysutils/sockstat/Portfile
===================================================================
--- trunk/dports/sysutils/sockstat/Portfile	2007-09-08 10:20:05 UTC (rev 28748)
+++ trunk/dports/sysutils/sockstat/Portfile	2007-09-08 10:21:54 UTC (rev 28749)
@@ -20,11 +20,13 @@
 use_configure	no
 
 platform darwin 8 {
+    pre-destroot {
 	ui_error "==== ATTENTION!!!! ===="
 	ui_error "Sockstat is not working under darwin 8 nor tiger. Please use"
 	ui_error "lsof -i6/lsof -i4/lsof -U instead."
 	ui_error "==== ATTENTION!!!! ===="
 	ui_error "Please sudo port uninstall sockstat"
+    }
 }
 
 destroot	{ 

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


More information about the macports-changes mailing list