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)
Sun, Oct 12, 5:48 AM
Unknown Object (File)
Tue, Oct 7, 11:45 PM
Unknown Object (File)
Sun, Oct 5, 5:52 PM
Unknown Object (File)
Fri, Sep 26, 10:59 PM
Unknown Object (File)
Sep 11 2025, 2:59 AM
Unknown Object (File)
Sep 5 2025, 2:05 PM
Unknown Object (File)
Aug 31 2025, 12:30 AM
Unknown Object (File)
Aug 30 2025, 1:33 PM
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.