[32876] trunk/dports/science/xloops/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Jan 14 01:56:51 PST 2008
Revision: 32876
http://trac.macosforge.org/projects/macports/changeset/32876
Author: ryandesign at macports.org
Date: 2008-01-14 01:56:50 -0800 (Mon, 14 Jan 2008)
Log Message:
-----------
xloops: use `return -code error` instead of `ui_msg` and `exit` since `exit` no longer exists.
Modified Paths:
--------------
trunk/dports/science/xloops/Portfile
Modified: trunk/dports/science/xloops/Portfile
===================================================================
--- trunk/dports/science/xloops/Portfile 2008-01-14 09:46:47 UTC (rev 32875)
+++ trunk/dports/science/xloops/Portfile 2008-01-14 09:56:50 UTC (rev 32876)
@@ -39,8 +39,7 @@
}
platform darwin 6 {
- ui_msg "xloops is not supported on Jaguar (OS X 10.2.x)"
- exit 1
+ return -code error "xloops is not supported on Jaguar (OS X 10.2.x)"
}
platform darwin 7 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080114/bb1b9b32/attachment.html
More information about the macports-changes
mailing list