Revision
69297
Author
michaelld@macports.org
Date
2010-06-29 08:50:18 -0700 (Tue, 29 Jun 2010)

Log Message

Forgotten ${destroot} to installation of select files.

Modified Paths

Diff

Modified: trunk/dports/aqua/qt4-mac/Portfile (69296 => 69297)


--- trunk/dports/aqua/qt4-mac/Portfile	2010-06-29 14:36:27 UTC (rev 69296)
+++ trunk/dports/aqua/qt4-mac/Portfile	2010-06-29 15:50:18 UTC (rev 69297)
@@ -227,10 +227,10 @@
     # install the appropriate select file
     if {[variant_isset no_debug]} {
         xinstall -c -m 644 ${filespath}/${select_name}-no-debug \
-            ${prefix}/etc/select/${select_port}/${select_name}
+            ${destroot}${prefix}/etc/select/${select_port}/${select_name}
     } else {
         xinstall -c -m 644 ${filespath}/${select_name} \
-            ${prefix}/etc/select/${select_port}/${select_name}
+            ${destroot}${prefix}/etc/select/${select_port}/${select_name}
     }
     # If this is the first qt4-* installed, select it.
     set current_select [exec ${prefix}/bin/${select_port} -s]

Modified: trunk/dports/aqua/qt4-mac-devel/Portfile (69296 => 69297)


--- trunk/dports/aqua/qt4-mac-devel/Portfile	2010-06-29 14:36:27 UTC (rev 69296)
+++ trunk/dports/aqua/qt4-mac-devel/Portfile	2010-06-29 15:50:18 UTC (rev 69297)
@@ -226,10 +226,10 @@
     # install the appropriate select file
     if {[variant_isset no_debug]} {
         xinstall -c -m 644 ${filespath}/${select_name}-no-debug \
-            ${prefix}/etc/select/${select_port}/${select_name}
+            ${destroot}${prefix}/etc/select/${select_port}/${select_name}
     } else {
         xinstall -c -m 644 ${filespath}/${select_name} \
-            ${prefix}/etc/select/${select_port}/${select_name}
+            ${destroot}${prefix}/etc/select/${select_port}/${select_name}
     }
     # If this is the first qt4-* installed, select it.
     set current_select [exec ${prefix}/bin/${select_port} -s]