Ticket #39527: logsentry.patch

File logsentry.patch, 761 bytes (added by vallon (Justin), 11 years ago)

Portfile patch

  • /opt/local.mlion/var/macports/sources/rsync.macports.org/release/tarballs/ports/security/logsentry/Portfile

    old new  
    2424
    2525post-patch {
    2626        reinplace "s|^TMPDIR = /usr/local/etc/tmp|TMPDIR = ${prefix}/var/tmp|" ${worksrcpath}/Makefile
     27        reinplace "s|^TMPDIR=/usr/local/etc/tmp|TMPDIR=${prefix}/var/tmp|" ${worksrcpath}/systems/generic/logcheck.sh
     28        reinplace "s|/usr/local/etc/logcheck.|${prefix}/etc/${name}/logcheck.|" ${worksrcpath}/systems/generic/logcheck.sh
     29        reinplace "s|/usr/local/|${prefix}/|" ${worksrcpath}/systems/generic/logcheck.sh
    2730}
    2831
    2932destroot {