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)
Wed, Apr 17, 6:33 PM
Unknown Object (File)
Thu, Apr 4, 2:53 PM
Unknown Object (File)
Feb 4 2024, 7:30 PM
Unknown Object (File)
Jan 26 2024, 8:49 AM
Unknown Object (File)
Jan 21 2024, 1:31 PM
Unknown Object (File)
Jan 14 2024, 11:47 PM
Unknown Object (File)
Jan 6 2024, 3:45 PM
Unknown Object (File)
Dec 23 2023, 11:17 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