Modified: trunk/dports/_resources/port1.0/group/kde4-1.1.tcl (95981 => 95982)
--- trunk/dports/_resources/port1.0/group/kde4-1.1.tcl 2012-07-27 14:00:34 UTC (rev 95981)
+++ trunk/dports/_resources/port1.0/group/kde4-1.1.tcl 2012-07-27 14:16:42 UTC (rev 95982)
@@ -79,7 +79,7 @@
# ...phonon... in all files that contain that header.
fs-traverse item ${worksrcpath} {
if {[file isfile ${item}]} {
- reinplace "/#include/s@Phonon@phonon@" ${item}
+ reinplace -locale C "/#include/s@Phonon@phonon@" ${item}
}
}
}