Changes between Version 7 and Version 8 of howto/Upgrade
- Timestamp:
- Oct 24, 2009, 7:16:49 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/Upgrade
v7 v8 35 35 As of MacPorts 1.7, you can also choose your editor from the command line directly instead of the environment variables: 36 36 {{{ 37 port edit --editor nano <portname>37 sudo port edit --editor nano <portname> 38 38 }}} 39 39 This will open nano to edit the Portfile for the given port.