Opened 19 years ago
Closed 19 years ago
#7224 closed defect (fixed)
Correction to Portfile Basic Topics and Examples
Reported by: | fulton@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | guide | Version: | 1.2 |
Keywords: | Cc: | ||
Port: |
Description
Under the Building the Sources section:
To build, type the following:
port build -v -d
The command should be:
port -d -v build
The command fails if the switches (-v -d) are after 'build' and you might as well change the order of the switches to be consistent with earlier uses.
Change History (1)
comment:1 Changed 19 years ago by olegb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
thanks, commited.
(changed to port -d build -d implies -v)