Bug 13842

Summary: 'make PREFIX' fails for kdemultimedia
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:40:01 UTC
'make PREFIX=/your/fav/path/here' fails because configure doesn't
libraries not installed under ${PREFIX} (when they've been installed
under ${LOCALBASE}.) The attached patch fixes this behavior.

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

Over to the maintainer. 
I'll do it to my kdemultimedia11-i18n. 
Comment 2 Steve Price freebsd_committer freebsd_triage 2000-05-30 00:05:09 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:27 UTC
State Changed
From-To: open->closed

Imura-san fixed this for me, thanks!