Ticket #7238: Portfile.patch

File Portfile.patch, 785 bytes (added by luc@…, 18 years ago)

Portfile patch for multitail 3.8.5

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            multitail
    6 version         3.0.6
     6version         3.8.5
    77categories      sysutils
    88maintainers     gcomnz@yahoo.com
    99description     Tail multiple files in one terminal at once
     
    2121
    2222homepage        http://www.vanheusden.com/multitail/
    2323master_sites    ${homepage}
    24 checksums       md5 48ea209aaa314de2a9e871345d438782
     24checksums       md5 0aa5967a9383b6e6c8799520e37126f2
    2525extract.suffix  .tgz
    2626
    2727use_configure   no
     
    2929pre-build       {
    3030        reinplace "s|\$(DESTDIR)/usr/|\$(DESTDIR)${prefix}/|g" \
    3131                ${worksrcpath}/makefile.macosx
     32    reinplace "s|\$(DESTDIR)/etc|\$(DESTDIR)${prefix}/etc/|g" \
     33        ${worksrcpath}/makefile.macosx
    3234}
    3335build.args      -f makefile.macosx
    3436