Changeset 117704 for trunk/dports


Ignore:
Timestamp:
Mar 8, 2014, 7:29:34 PM (10 years ago)
Author:
larryv@…
Message:

crafty: Remove unnecessary custom extract phase (timeout, #41338).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/games/crafty/Portfile

    r92184 r117704  
    6161        sha256  7c6c217431abb178ed53a6f9f949a2412a9bf30be856077b30dfbc13d426ca0e
    6262
    63 depends_build       bin:unzip:unzip
     63use_zip         yes
     64extract.only    ${dist_srczip}
    6465
    65 extract {
    66     file mkdir work
    67 
    68     # extract the src zip
    69     system "cd ${workpath} && unzip ${distpath}/${dist_srczip}"
     66post-patch {
    7067    reinplace "s|IPHONE|__APPLE__|g" ${worksrcpath}/chess.h
    7168    reinplace -E "s|BOOKDIR \+\".\"|BOOKDIR \"${prefix}/share/crafty\"|g" ${worksrcpath}/chess.h
Note: See TracChangeset for help on using the changeset viewer.