Modified: trunk/dports/_resources/port1.0/group/kde4-1.1.tcl (115589 => 115590)
--- trunk/dports/_resources/port1.0/group/kde4-1.1.tcl 2014-01-06 15:48:28 UTC (rev 115589)
+++ trunk/dports/_resources/port1.0/group/kde4-1.1.tcl 2014-01-06 16:10:25 UTC (rev 115590)
@@ -73,16 +73,6 @@
}
}
-post-extract {
- # Following the official word: Change #include ["<]Phonon...[">] to
- # ...phonon... in all files that contain that header.
- fs-traverse item ${worksrcpath} {
- if {[file isfile ${item}]} {
- reinplace -locale C "/#include/s@Phonon@phonon@" ${item}
- }
- }
-}
-
# augment the CMake module lookup path, if necessary depending on
# where Qt4 is installed.
if {${qt_dir} != ${prefix}} {