[27256] trunk/dports/lang/gauche-gtk/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 26 00:03:03 PDT 2007


Revision: 27256
          http://trac.macosforge.org/projects/macports/changeset/27256
Author:   takanori at macports.org
Date:     2007-07-26 00:03:03 -0700 (Thu, 26 Jul 2007)

Log Message:
-----------
use return instead of exit.

Modified Paths:
--------------
    trunk/dports/lang/gauche-gtk/Portfile

Modified: trunk/dports/lang/gauche-gtk/Portfile
===================================================================
--- trunk/dports/lang/gauche-gtk/Portfile	2007-07-26 05:21:28 UTC (rev 27255)
+++ trunk/dports/lang/gauche-gtk/Portfile	2007-07-26 07:03:03 UTC (rev 27256)
@@ -15,6 +15,5 @@
 depends_lib	port:gtk2 port:gauche
 
 pre-fetch {
-    ui_error "Sorry, this port is currently broken."
-    exit 1
+    return -code error "Sorry, this port is currently broken."
 }

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


More information about the macports-changes mailing list