Do not install unnecessary files that conflict with autoconf and other gdb ports.
--- trunk/dports/cross/avr-gdb/Portfile 2011-01-22 20:29:57 UTC (rev 75343)
+++ trunk/dports/cross/avr-gdb/Portfile 2011-01-22 21:00:43 UTC (rev 75344)
@@ -35,4 +35,7 @@
file delete $f
}
file delete "${destroot}${prefix}/share/info/bfd.info"
+
+ # Conflcts with autoconf and other gdb ports
+ file delete -force "${destroot}/${prefix}/share/info"
}