| 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: |
|
||||||
Responsible Changed From-To: freebsd-ports->se Over to the maintainer. I'll do it to my kdemultimedia11-i18n. Responsible Changed From-To: se->will Will now maintains the KDE ports. State Changed From-To: open->closed Imura-san fixed this for me, thanks! |
'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