A) files/Makefile.in forgets to generate aliases for italic fonts from Makefile.dist and to remove aliases for italic fonts from existing fonts.alias. B) pre-install target seems to be meaningless. Its effect will be cancelled by real-install which overwrites fonts.alias. C) deinstall process does not remove all aliases. Fix: A) Apply next patch. B) Remove pre-install target from Makefile. C) Modify files/Makefile.in to replace ' ' with ' '.in extracting lines from Makefile.dist. Or modifying heredoc in pkg-req is also OK.
State Changed From-To: open->closed Committed. Thanks!