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 $ 2 2 3 3 PortSystem 1.0 4 4 5 5 name fizmo 6 version 0.7. 26 version 0.7.3 7 7 categories games 8 8 maintainers spellbreaker.org:Christoph.Ender 9 9 description Console-based Z-Machine interpreter for Infocom games. … … 24 24 platforms darwin linux 25 25 master_sites http://spellbreaker.org/~chrender/fizmo/source/ 26 26 27 checksums sha256 9d9f6121e6a7cb67a3ffdcd182fc8a1840f01faae6ec1dfb85b1c4fbd2bdb7ed\28 rmd160 f5e8f31db5a84c2e18a2a12b17d54a29ceb87e4727 checksums sha256 cfc449e843937fcf1e82228d32628b2d57d278d8a9a85e1aa4df001e7ad9f9d2 \ 28 rmd160 4de03b4fa32108db5d85e7f54d9a58e427398760 29 29 30 30 depends_build port:pkgconfig 31 31 … … 39 39 40 40 post-patch { 41 41 file copy ${worksrcpath}/config.macports.mk ${worksrcpath}/config.mk 42 reinplace "s| /opt/local|${destroot}${prefix}|g" ${worksrcpath}/config.mk42 reinplace "s|prefix = /opt/local|prefix = ${destroot}${prefix}|g" ${worksrcpath}/config.mk 43 43 } 44 44 45 45 use_configure no