Ticket #35492: udiff-portfile-0.7.2-to-portfile-0.7.2-3.diff

File udiff-portfile-0.7.2-to-portfile-0.7.2-3.diff, 1.2 KB (added by Christoph.Ender@…, 12 years ago)
  • portfile-0.7.

    old new  
    1 # $Id$
     1# $Id: Portfile 82624 2011-08-17 00:58:29Z ryandesign@macports.org $
    22
    33PortSystem          1.0
    44
    55name                fizmo
    6 version             0.7.2
     6version             0.7.3
    77categories          games
    88maintainers         spellbreaker.org:Christoph.Ender
    99description         Console-based Z-Machine interpreter for Infocom games.
     
    2424platforms           darwin linux
    2525master_sites        http://spellbreaker.org/~chrender/fizmo/source/
    2626
    27 checksums           sha256 9d9f6121e6a7cb67a3ffdcd182fc8a1840f01faae6ec1dfb85b1c4fbd2bdb7ed \
    28                     rmd160 f5e8f31db5a84c2e18a2a12b17d54a29ceb87e47
     27checksums           sha256 cfc449e843937fcf1e82228d32628b2d57d278d8a9a85e1aa4df001e7ad9f9d2 \
     28                    rmd160 4de03b4fa32108db5d85e7f54d9a58e427398760
    2929
    3030depends_build       port:pkgconfig
    3131
     
    3939
    4040post-patch {
    4141   file copy ${worksrcpath}/config.macports.mk ${worksrcpath}/config.mk
    42    reinplace "s|/opt/local|${destroot}${prefix}|g" ${worksrcpath}/config.mk
     42   reinplace "s|prefix = /opt/local|prefix = ${destroot}${prefix}|g" ${worksrcpath}/config.mk
    4343}
    4444
    4545use_configure       no