Ticket #1039: Portfile.diff

File Portfile.diff, 1.0 KB (added by simon@…, 21 years ago)

Portfile diff

  • Portfile

    Portfile.diffB»´pˆ»´pŒmBIN‚ôqIndex: Portfile
    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/audio/shntool/Portfile,v
    retrieving revision 1.9
    diff -u -r1.9 Portfile
     
    1717depends_lib     \
    1818        lib:libexpat.0:expat lib:libintl.1:gettext \
    1919        lib:libiconv.2:libiconv bin:shorten:shorten
     20post-patch      { reinplace "s|$\(bindir)/shn|${destroot}${prefix}/bin/shn|g" \
     21                                "${worksrcpath}/src/Makefile.in"
     22                        reinplace "s|$\(bindir)/shn|${destroot}${prefix}/bin/shn|g" \
     23                                "${worksrcpath}/src/Makefile.am" }
     24
     25post-destroot   { system "install -m 755 -d ${destroot}${prefix}/share/doc/${portname}"
     26                                system "install -m 644 ${worksrcpath}/doc/* \
     27                                        ${destroot}${prefix}/share/doc/${portname}/" }