Modified: trunk/dports/audio/phonon/Portfile (75278 => 75279)
--- trunk/dports/audio/phonon/Portfile 2011-01-19 16:45:31 UTC (rev 75278)
+++ trunk/dports/audio/phonon/Portfile 2011-01-19 16:51:10 UTC (rev 75279)
@@ -72,11 +72,11 @@
# create the 'headers.pri' and 'phonon' files
set public_headers [exec find ${worksrcpath}/phonon \
- -name "*.h" -depth 1 | \
+ -name "*.h" -maxdepth 1 -mindepth 1 | \
sed -e "s@${worksrcpath}/@@g" | \
grep -v "_p"]
set private_headers [exec find ${worksrcpath}/phonon \
- -name "*.h" -depth 1 | \
+ -name "*.h" -maxdepth 1 -mindepth 1 | \
sed -e "s@${worksrcpath}/@@g" | \
grep "_p"]
set class_headers [exec find ${worksrcpath}/includes/phonon \