Page MenuHomeFreeBSD

ports.7: Add port files to FILES
ClosedPublic

Authored by ziaee on Feb 20 2026, 6:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 21, 10:34 PM
Unknown Object (File)
Wed, Jun 17, 2:17 AM
Unknown Object (File)
Sun, Jun 14, 10:41 AM
Unknown Object (File)
Sat, Jun 13, 5:13 PM
Unknown Object (File)
Fri, Jun 12, 12:29 PM
Unknown Object (File)
Tue, Jun 9, 3:12 AM
Unknown Object (File)
Mon, Jun 8, 10:16 PM
Unknown Object (File)
Tue, Jun 2, 8:40 AM
Subscribers

Details

Summary

I do not know that this is strictly accurate because I'm an extremely
casual user of ports, but I had this idea and I think this info needs
to be in here.

MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ziaee requested review of this revision.Feb 20 2026, 6:26 PM
share/man/man7/ports.7
598

/usr/ports/distfiles: The directory where fetched files are stored.

618

Close, it's "The directory in which ${PORT} is built and staged."

share/man/man7/ports.7
612

This is accurate, but there are only two such directories. I'd leave this out; it'll probably confuse more people than it'll help.

Thanks @adamw! How's this? I tried to save a linebreak for work/

Looks great! And your wording on work/ is much better than mine was. Others you can consider:

/usr/ports/UPDATING -- Important information for end-users about changes or gotchas when upgrading ports.
/etc/make.conf -- User settings to configure the ports tree.
I'd definitely suggest those first two.

/usr/ports/Mk/bsd.default-versions.mk -- A handy list of everything we support multiple versions of. To change one, put it in /etc/make.conf (above).
/usr/ports/CHANGES -- Ports framework changes, new features, and deprecations.
/usr/ports/Tools/scripts -- Grab-bag of tools for maintaining the ports tree.
/var/db/pkg/local.sqlite -- pkg's main database.

This revision is now accepted and ready to land.Feb 22 2026, 5:44 AM
This revision was automatically updated to reflect the committed changes.