Changes between Version 4 and Version 5 of howto/PatchLocal


Ignore:
Timestamp:
Sep 9, 2013, 9:13:59 AM (11 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Fix some paths

Legend:

Unmodified
Added
Removed
Modified
  • howto/PatchLocal

    v4 v5  
    3838Then run this command:
    3939{{{
    40 portindex
     40cd /usr/local/ports && portindex
    4141}}}
    4242
     
    6060See http://guide.macports.org/#development.patches.source
    6161{{{
    62 diff -u Makefile.orig Makefile > /usr/local/ports/arb/files/patch-ARB-makefile2.diff
    63 port edit arb-devel     (add the patch-ARB-makefile2.diff file to the list of patches)
     62diff -u Makefile.orig Makefile > `port dir arb-devel`/files/patch-ARB-makefile2.diff
     63port edit arb-devel # (add the patch-ARB-makefile2.diff file to the list of patches)
    6464}}}
    6565