Bug 19458

Summary: Both /usr/ports/math/PDL and /usr/ports/pilot/coldsync have /usr/local dependencies.
Product: Ports & Packages Reporter: mwm
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description mwm 2000-06-23 04:00:01 UTC
	/usr/ports/math/PDL and /usr/ports/pilot/coldsync both install
	Perl5 modules in /usr/local/lib/perl5/..., even if LOCALBASE
	is set to something other than /usr/local.

Fix: 

Not known at this time.
How-To-Repeat: 
	After setting LOCALBASE to something other than /usr/local
	# cd /usr/ports/math/PDL (or /usr/port/pilot/coldsync)
	# make install

	And note that the two ports both install things in
	/usr/local/lib/perl5.
Comment 1 Maxim Sobolev freebsd_committer freebsd_triage 2000-08-22 14:01:24 UTC
State Changed
From-To: open->closed

You did it wrong. LOCALBASE *doesn't* control port's destination prefix, PREFIX 
variable should be used for this purpose instead. Please read Handbook for 
details.