Modified: trunk/dports/aqua/qt4-mac/Portfile (69314 => 69315)
--- 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 (69314 => 69315)
--- 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}
}
}