Bug 13840

Summary: 'make PREFIX' fails for kdenetwork11
Product: Ports & Packages Reporter: scottm <scottm>
Component: Individual Port(s)Assignee: Will Andrews <will>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description scottm 1999-09-20 00:30:01 UTC
'make PREFIX=/your/fav/path/here' breaks when configure attempts to
locate libraries not in ${PREFIX}/lib but in ${LOCALBASE}/lib. The
attached patch fixes this problem.

Fix: Apply the following patch to /usr/ports/net/kdenetwork11/Makefile:
How-To-Repeat: 
cd /usr/ports/net/kdenetwork11
make PREFIX=/your/fav/path/here
Comment 1 imura freebsd_committer freebsd_triage 1999-09-21 09:25:11 UTC
Responsible Changed
From-To: freebsd-ports->se

Over to the maintainer. 
Comment 2 Steve Price freebsd_committer freebsd_triage 2000-05-30 00:04:53 UTC
Responsible Changed
From-To: se->will

Will now maintains the KDE ports.
Comment 3 Will Andrews freebsd_committer freebsd_triage 2000-10-23 22:10:15 UTC
State Changed
From-To: open->closed

Imura-san fixed this for me, thanks!