Changes between Version 5 and Version 6 of howto/Upgrade


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

avoid potentially confusing backticks

Legend:

Unmodified
Added
Removed
Modified
  • howto/Upgrade

    v5 v6  
    1818First, cd into the port's directory (which contains the Portfile) by running:
    1919{{{
    20 cd `port dir <portname>`
     20cd $(port dir <portname>)
    2121}}}
    22 (note the backward ticks). Then save a copy of the Portfile:
     22 Then save a copy of the Portfile:
    2323{{{
    2424sudo cp Portfile Portfile.orig