New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 36127

Show
Ignore:
Timestamp:
04/18/2008 18:46:17 (4 years ago)
Author:
markd@…
Message:

Add comments for binpath.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/doc/macports.conf.in

    r34314 r36127  
    1414# Type of installation to do for ports, "direct" or "image".  See macports.conf(5) and online documentation. 
    1515portinstalltype         image 
     16 
     17# PATH settings that are used for external tools (configure, make, etc.) while installing ports. The default 
     18# paths are given in the example; it need not be uncommented.  Customizing binpath is intended for advanced users only. 
     19#binpath                /opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin 
    1620 
    1721# Directory containing the X11 installation.