Opened 6 years ago

Closed 6 years ago

#56171 closed defect (fixed)

distpath dist_subdir inconsistencies in documentation

Reported by: aleb (Alex Băluț) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: guide Version:
Keywords: Cc:
Port:

Description

https://guide.macports.org/#development.creating-portfile says:

distpath
Location to store downloaded distfiles.

Value: ${portdbpath}/distfiles/${dist_subdir}/
dist_subdir
Create a sub-directory in distpath to store all fetched files

This means dist_subdir is used for building distpath and at the same time distpath is used for building dist_subdir which does not make sense.

Change History (1)

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In 4af3135607613001936e7729bdae6c573472ba72/macports-guide:

Clarify the purpose of dist_subdir

And give better examples.

Closes: #56171

Note: See TracTickets for help on using tickets.