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)
Fri, Nov 14, 3:00 AM
Unknown Object (File)
Thu, Nov 6, 5:00 AM
Unknown Object (File)
Thu, Nov 6, 3:06 AM
Unknown Object (File)
Mon, Nov 3, 11:54 PM
Unknown Object (File)
Mon, Nov 3, 11:49 PM
Unknown Object (File)
Mon, Nov 3, 11:48 PM
Unknown Object (File)
Mon, Nov 3, 11:47 PM
Unknown Object (File)
Wed, Oct 29, 11:46 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