[33060] trunk/dports/security/ophcrack/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 17 02:51:36 PST 2008


Revision: 33060
          http://trac.macosforge.org/projects/macports/changeset/33060
Author:   ryandesign at macports.org
Date:     2008-01-17 02:51:34 -0800 (Thu, 17 Jan 2008)

Log Message:
-----------
ophcrack: no longer use 'exit' command because it doesn't exist in MacPorts anymore; closes #13922

Modified Paths:
--------------
    trunk/dports/security/ophcrack/Portfile

Modified: trunk/dports/security/ophcrack/Portfile
===================================================================
--- trunk/dports/security/ophcrack/Portfile	2008-01-17 10:34:41 UTC (rev 33059)
+++ trunk/dports/security/ophcrack/Portfile	2008-01-17 10:51:34 UTC (rev 33060)
@@ -23,8 +23,7 @@
 patchfiles		patch-Makefile.in
 pre-fetch {
 	if { [string compare ${os.endian} "little"] != 0 } {
-		ui_error "${name} only runs on little-endian machines."
-		exit 1
+		return -code error "${name} only runs on little-endian machines."
 	}
 }
 post-activate {

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


More information about the macports-changes mailing list