Ticket #25761: Portfile.diff

File Portfile.diff, 915 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 14 years ago)
  • Portfile

    old new  
    44
    55name            texinfo
    66version         4.13
     7revision        1
    78categories      textproc
    89platforms       darwin
    910maintainers     vinc17 openmaintainer
     
    2627                port:libiconv \
    2728                port:ncurses
    2829
     30destroot.target-append  install-tex
     31destroot.destdir-append TEXMF=${prefix}/share/texmf
     32
    2933pre-destroot {
    3034    xinstall -d "${destroot}${prefix}/share/doc/${name}"
    3135    xinstall -m 644 -v -W "${worksrcpath}" AUTHORS INTRODUCTION NEWS TODO \
     
    3640    file delete -force ${destroot}${prefix}/lib/charset.alias
    3741}
    3842
     43post-activate   { system "mktexlsr" }
     44post-deactivate { system "mktexlsr" }
     45
    3946# We need to support names like 'texinfo-4.8a.tar.bz2'.
    4047livecheck.type      regex
    4148livecheck.url       http://ftp.gnu.org/gnu/texinfo/?C=M\;O=D