`www/mod_perl' insalls ALL man pages to /usr/local/lib/perl5/5.8.1/man/* and port says, that these manpages should go to /usr/local/man/*. So, `make install' complain about missed man pages to coimpress, `make package' could not find these files, etc. I don't know, where man pages will be placed with other versions of perl, so I don't add MAN<sect>PREFIX to port's Makefile. Fix: I don't know, will be setting MANxPREFIX correct fix or not for all possible perl versions. How-To-Repeat: (1) install any apache13 port (2) install fresh `lang/perl5.8' (3) run `use.perl port' (4) try to install `www/mod_perl'
> `www/mod_perl' insalls ALL man pages to /usr/local/lib/perl5/5.8.1/man/* > and port says, that these manpages should go to /usr/local/man/*. > So, `make install' complain about missed man pages to coimpress, > `make package' > could not find these files, etc. > I don't know, where man pages will be placed with other versions of > perl, so I don't > add MAN<sect>PREFIX to port's Makefile. That would be correct, but the port should really use PERL_CONFIGURE (which includes this), cf. www/mod_perl2. -- Christian "naddy" Weisgerber naddy@mips.inka.de
State Changed From-To: open->closed Fix committed, thanks.