Changes between Version 20 and Version 21 of PortfileRecipes


Ignore:
Timestamp:
May 31, 2010, 11:49:13 AM (14 years ago)
Author:
jmroot (Joshua Root)
Comment:

reword statement about prefixes

Legend:

Unmodified
Added
Removed
Modified
  • PortfileRecipes

    v20 v21  
    105105
    106106== Don't hardcode /opt/local == #hardcode_opt_local
    107 Make sure to never hardcode /opt/local anywhere as that is the default prefix for MacPorts, but other ones can be used.   Many ports will either use a simple reinplace like
     107Make sure to never hardcode /opt/local anywhere as that is only the default prefix for MacPorts; a different prefix can be used.   Many ports will either use a simple reinplace like
    108108{{{
    109109reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile