Opened 18 years ago

Closed 18 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 18 years ago by olegb@…

Resolution: fixed
Status: newclosed

thanks, commited.

(changed to port -d build -d implies -v)

Note: See TracTickets for help on using tickets.