Revision: 80023 http://trac.macports.org/changeset/80023 Author: mcalhoun@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 } }
participants (1)
-
mcalhoun@macports.org