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)
Sat, Feb 8, 12:46 AM
Unknown Object (File)
Mon, Jan 20, 4:28 AM
Unknown Object (File)
Dec 25 2024, 1:12 PM
Unknown Object (File)
Dec 10 2024, 5:30 PM
Unknown Object (File)
Oct 2 2024, 5:07 PM
Unknown Object (File)
Oct 2 2024, 6:56 AM
Unknown Object (File)
Sep 16 2024, 9:11 PM
Unknown Object (File)
Sep 16 2024, 5:37 PM
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
Lint Not Applicable
Unit
Tests Not Applicable

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