Page MenuHomeFreeBSD

porters-handbook: Fix some variable expansions
ClosedPublic

Authored by salvadore on Apr 21 2022, 5:05 PM.
Tags
None
Referenced Files
F168089368: D35022.id105311.diff
Wed, Aug 26, 8:12 AM
F168048706: D35022.id105311.diff
Wed, Aug 26, 3:25 AM
F168013465: D35022.id105270.diff
Tue, Aug 25, 10:13 PM
Unknown Object (File)
Tue, Aug 25, 8:21 AM
Unknown Object (File)
Tue, Aug 25, 6:59 AM
Unknown Object (File)
Mon, Aug 24, 7:29 AM
Unknown Object (File)
Sat, Aug 22, 12:25 AM
Unknown Object (File)
Sat, Aug 15, 4:00 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
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