Page MenuHomeFreeBSD

Fix build/packaging when PREFIX+LOCALBASE are not /usr/local.
ClosedPublic

Authored by bdrewery on May 22 2017, 5:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 12, 12:50 PM
Unknown Object (File)
Thu, Mar 12, 3:26 AM
Unknown Object (File)
Wed, Mar 11, 7:35 PM
Unknown Object (File)
Jan 2 2026, 2:46 PM
Unknown Object (File)
Dec 29 2025, 6:30 AM
Unknown Object (File)
Dec 20 2025, 5:01 AM
Unknown Object (File)
Dec 16 2025, 8:32 AM
Unknown Object (File)
Dec 15 2025, 3:20 AM
Subscribers

Details

Test Plan

Built it with a different PREFIX+LOCALBASE.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

No PORTREVISION bump is needed since it is purely a build fix.

Hrm, it's not quite working. Hitting some bug in check-plist. The basic change here is still right though - that /usr/local should not be hardcoded. Looking for proper fix.

Use PREFIX, which is stored in RESETPREFIX by bsd.port.mk.

This revision was automatically updated to reflect the committed changes.