Index: Portfile
===================================================================
--- Portfile	(revision 38795)
+++ Portfile	(working copy)
@@ -40,6 +40,8 @@
         ${destroot}${prefix}/var/spool/prelude \
         ${destroot}${prefix}/etc/prelude/profile
 
+post-destroot { file delete -force "${destroot}${prefix}/lib/charset.alias" }
+
 variant python24 conflicts python25 description {python2.4 bindings} {
         configure.args-delete	--without-python
         configure.args-append	--with-python=${prefix}/bin/python2.4

