[91598] trunk/dports/x11/xinit/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Apr 6 10:24:56 PDT 2012


Revision: 91598
          https://trac.macports.org/changeset/91598
Author:   jeremyhu at macports.org
Date:     2012-04-06 10:24:56 -0700 (Fri, 06 Apr 2012)
Log Message:
-----------
xinit: Move the pre-deactivate inside the darwin block

Modified Paths:
--------------
    trunk/dports/x11/xinit/Portfile

Modified: trunk/dports/x11/xinit/Portfile
===================================================================
--- trunk/dports/x11/xinit/Portfile	2012-04-06 17:24:08 UTC (rev 91597)
+++ trunk/dports/x11/xinit/Portfile	2012-04-06 17:24:56 UTC (rev 91598)
@@ -81,10 +81,10 @@
 
         ui_msg "###############################################################################"
     }
-}
 
-pre-deactivate {
-    system "launchctl unload /Library/LaunchDaemons/org.macports.privileged_startx.plist"
+    pre-deactivate {
+        system "launchctl unload /Library/LaunchDaemons/org.macports.privileged_startx.plist"
+    }
 }
 
 install.asroot      yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120406/6869cd03/attachment.html>


More information about the macports-changes mailing list