| Summary: | Fix wrong install directory for port www/p5-HTML | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | spcoltri <spcoltri> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed Committed, thanks! |
www/p5-HTML installs into lib/perl5/site_perl , rather than lib/perl5/site_perl/${PERL_VER} . Consequence is that perl cannot find the module files, and ports which depend on it mistakenly think it is not installed when it is (and their install breaks when the redundant install of p5-HTML returns an error). Fix: Apply in ports/www : How-To-Repeat: cd /usr/ports/www/p5-HTML && make install && perl -e "use HTML::Base;"