Changes between Version 7 and Version 8 of howto/Upgrade


Ignore:
Timestamp:
Oct 24, 2009, 7:16:49 AM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Use sudo to edit

Legend:

Unmodified
Added
Removed
Modified
  • howto/Upgrade

    v7 v8  
    3535As of MacPorts 1.7, you can also choose your editor from the command line directly instead of the environment variables:
    3636{{{
    37 port edit --editor nano <portname>
     37sudo port edit --editor nano <portname>
    3838}}}
    3939This will open nano to edit the Portfile for the given port.