Page MenuHomeFreeBSD

porters-handbook: Fix some variable expansions
ClosedPublic

Authored by salvadore on Apr 21 2022, 5:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 6:52 AM
Unknown Object (File)
Tue, Apr 30, 6:50 AM
Unknown Object (File)
Tue, Apr 30, 6:18 AM
Unknown Object (File)
Mon, Apr 29, 10:18 PM
Unknown Object (File)
Wed, Apr 17, 6:33 PM
Unknown Object (File)
Apr 4 2024, 2:53 PM
Unknown Object (File)
Feb 4 2024, 7:30 PM
Unknown Object (File)
Jan 26 2024, 8:49 AM
Subscribers

Details

Summary

The Porter's Handbook expands the variables DATADIR, DOCSDIR and
EXAMPLESDIR as PREFIX/shared/PORTNAME, PREFIX/shared/doc/PORTNAME and
PREFIX/shared/examples/PORTNAME respectively.

As it can be checked by running "make -V" in any port directory, they
are expanded into PREFIX/shared/PORTNAME, PREFIX/shared/doc/PORTNAME and
PREFIX/shared/examples/PORTNAME instead.

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 45301
Build 42189: arc lint + arc unit

Event Timeline

salvadore created this revision.
dbaio added a subscriber: dbaio.

good catch

This revision is now accepted and ready to land.Apr 21 2022, 6:22 PM