Bug 20512

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:
Description Flags
file.diff none

Description spcoltri 2000-08-10 01:10:00 UTC
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;"
Comment 1 Will Andrews freebsd_committer freebsd_triage 2000-08-11 02:03:47 UTC
State Changed
From-To: open->closed

Committed, thanks!