[48303] trunk/dports/devel/dbus/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Wed Mar 18 12:28:38 PDT 2009


Revision: 48303
          http://trac.macports.org/changeset/48303
Author:   mcalhoun at macports.org
Date:     2009-03-18 12:28:38 -0700 (Wed, 18 Mar 2009)
Log Message:
-----------
dbus: Whitespace changes to accommodate r48302.

Modified Paths:
--------------
    trunk/dports/devel/dbus/Portfile

Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile	2009-03-18 19:27:13 UTC (rev 48302)
+++ trunk/dports/devel/dbus/Portfile	2009-03-18 19:28:38 UTC (rev 48303)
@@ -106,24 +106,24 @@
 }
 
 if {[variant_isset universal]} {
-        if { ${os.arch}=="i386" } {
-            array set merger_configure_args {
-                ppc64   --config-cache
-            }
-            if { ${os.major} > 9 } {
-                set merger_configure_args(ppc)  --config-cache
-            }
-        } else {
-            array set merger_configure_args {
-                i386    --config-cache
-                x86_64  --config-cache
-            }
+    if { ${os.arch}=="i386" } {
+        array set merger_configure_args {
+            ppc64   --config-cache
         }
+        if { ${os.major} > 9 } {
+            set merger_configure_args(ppc)  --config-cache
+        }
+    } else {
+        array set merger_configure_args {
+            i386    --config-cache
+            x86_64  --config-cache
+        }
+    }
 
-        post-extract {
-            # Answers to questions configure can't determine without running a program.
-            copy ${filespath}/config.cache ${worksrcpath}
-        }
+    post-extract {
+        # Answers to questions configure can't determine without running a program.
+        copy ${filespath}/config.cache ${worksrcpath}
+    }
 }
 
 livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090318/cf77248d/attachment.html>


More information about the macports-changes mailing list