[69315] trunk/dports/aqua

michaelld at macports.org michaelld at macports.org
Tue Jun 29 22:37:28 PDT 2010


Revision: 69315
          http://trac.macports.org/changeset/69315
Author:   michaelld at macports.org
Date:     2010-06-29 22:37:23 -0700 (Tue, 29 Jun 2010)
Log Message:
-----------
Corrected select group.

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac/Portfile
    trunk/dports/aqua/qt4-mac-devel/Portfile

Modified: trunk/dports/aqua/qt4-mac/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2010-06-30 05:16:09 UTC (rev 69314)
+++ trunk/dports/aqua/qt4-mac/Portfile	2010-06-30 05:37:23 UTC (rev 69315)
@@ -223,13 +223,13 @@
     }
 
     # install the appropriate select file
-    xinstall -m 755 -d ${destroot}${prefix}/etc/select/${select_port}
+    xinstall -m 755 -d ${destroot}${prefix}/etc/select/${select_group}
     if {[variant_isset no_debug]} {
         xinstall -c -m 644 ${filespath}/${select_name}-no-debug \
-            ${destroot}${prefix}/etc/select/${select_port}/${select_name}
+            ${destroot}${prefix}/etc/select/${select_group}/${select_name}
     } else {
         xinstall -c -m 644 ${filespath}/${select_name} \
-            ${destroot}${prefix}/etc/select/${select_port}/${select_name}
+            ${destroot}${prefix}/etc/select/${select_group}/${select_name}
     }
 }
 

Modified: trunk/dports/aqua/qt4-mac-devel/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac-devel/Portfile	2010-06-30 05:16:09 UTC (rev 69314)
+++ trunk/dports/aqua/qt4-mac-devel/Portfile	2010-06-30 05:37:23 UTC (rev 69315)
@@ -222,13 +222,13 @@
     }
 
     # install the appropriate select file
-    xinstall -m 755 -d ${destroot}${prefix}/etc/select/${select_port}
+    xinstall -m 755 -d ${destroot}${prefix}/etc/select/${select_group}
     if {[variant_isset no_debug]} {
         xinstall -c -m 644 ${filespath}/${select_name}-no-debug \
-            ${destroot}${prefix}/etc/select/${select_port}/${select_name}
+            ${destroot}${prefix}/etc/select/${select_group}/${select_name}
     } else {
         xinstall -c -m 644 ${filespath}/${select_name} \
-            ${destroot}${prefix}/etc/select/${select_port}/${select_name}
+            ${destroot}${prefix}/etc/select/${select_group}/${select_name}
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100629/ad280784/attachment.html>


More information about the macports-changes mailing list