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]