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

mcalhoun at macports.org mcalhoun at macports.org
Sat Jul 2 09:08:56 PDT 2011


Revision: 80023
          http://trac.macports.org/changeset/80023
Author:   mcalhoun at macports.org
Date:     2011-07-02 09:08:54 -0700 (Sat, 02 Jul 2011)
Log Message:
-----------
dbus: Fix type in variant name.

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

Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile	2011-07-02 13:24:12 UTC (rev 80022)
+++ trunk/dports/devel/dbus/Portfile	2011-07-02 16:08:54 UTC (rev 80023)
@@ -188,7 +188,7 @@
     set startup_root  [join [lrange [exec /usr/bin/dscl . -read Users/${install.user} NFSHomeDirectory] 1 end]]
     
     # Files are installed into user's startup directory.
-    if { ![variant_isset no_staruptitem] } {
+    if { ![variant_isset no_startupitem] } {
         destroot.violate_mtree  yes
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110702/db592291/attachment.html>


More information about the macports-changes mailing list