Ticket #25761: Portfile.diff
File Portfile.diff, 915 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 14 years ago) |
---|
-
Portfile
old new 4 4 5 5 name texinfo 6 6 version 4.13 7 revision 1 7 8 categories textproc 8 9 platforms darwin 9 10 maintainers vinc17 openmaintainer … … 26 27 port:libiconv \ 27 28 port:ncurses 28 29 30 destroot.target-append install-tex 31 destroot.destdir-append TEXMF=${prefix}/share/texmf 32 29 33 pre-destroot { 30 34 xinstall -d "${destroot}${prefix}/share/doc/${name}" 31 35 xinstall -m 644 -v -W "${worksrcpath}" AUTHORS INTRODUCTION NEWS TODO \ … … 36 40 file delete -force ${destroot}${prefix}/lib/charset.alias 37 41 } 38 42 43 post-activate { system "mktexlsr" } 44 post-deactivate { system "mktexlsr" } 45 39 46 # We need to support names like 'texinfo-4.8a.tar.bz2'. 40 47 livecheck.type regex 41 48 livecheck.url http://ftp.gnu.org/gnu/texinfo/?C=M\;O=D