Ticket #1755: patch

File patch, 974 bytes (added by sleepinghead@…, 20 years ago)

diff

  • Portfile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/games/neverball/Portfile,v
    retrieving revision 1.3
    diff -u -r1.3 Portfile
     
    33PortSystem 1.0
    44
    55name            neverball
    6 version         1.1.0
     6version         1.2.2
    77categories      games
    88platforms       darwin
    99maintainers     mww@opendarwin.org
     
    1414
    1515homepage        http://icculus.org/neverball/
    1616master_sites    ${homepage}
    17 checksums       md5 5d1b71a3779ab0072e87671f59fa8ea8
    18 use_bzip2       yes
     17checksums       md5 d08817da57078b0fb8e5998fc45fc10a
    1918patchfiles      patch-Makefile.diff
    2019
    2120depends_lib     bin:sdl-config:libsdl \
     
    2423                lib:libSDL_ttf:libsdl_ttf
    2524
    2625configure       {
    27         reinplace "s|./data|${prefix}/share/${name}|g" ${worksrcpath}/config.h
     26        reinplace "s|./data|${prefix}/share/${name}|g" ${worksrcpath}/share/config.h
    2827}
    2928
    3029build.env       CFLAGS=-I${prefix}/include \