Ticket #28107: Portfile.patch

File Portfile.patch, 1.7 KB (added by jking+macports@…, 13 years ago)
  • Portfile

    old new  
    1 # $Id: Portfile 75061 2011-01-13 21:07:47Z ryandesign@macports.org $
     1# $Id:$
    22
    33PortSystem 1.0
    44name                    robodoc
    5 version                 4.99.8
     5version         4.99.40
    66categories              devel
    77platforms               darwin
    88maintainers             nomaintainer
     
    1010description             Bot used to document source code.
    1111
    1212long_description        ROBODoc can be used to document functions, methods, classes, \
    13                         variables, makefile entries, system tests, and  anything else you \
    14                         can think of. \
    15                         ROBODoc works with C, C++, Fortran, Perl, shell scripts, Assembler, \
    16                         DCL, DB/C, Tcl/Tk, Forth, Lisp, COBOL, Occam, Basic, HTML, and any \
    17                         other language that supports remarks.
     13                 variables, makefile entries, system tests, and anything else \
     14                 you can think of. ROBODoc works with any language that      \
     15                 supports reasonable comments, and uses a syntax similar to  \
     16                 that of the old Amiga ``Autodocs'' program.
     17
    1818
    1919master_sites            http://www.xs4all.nl/~rfsber/Robo/
    2020
    21 checksums               md5 819f86e29dc8fee5b1831b23ca23cd75
     21checksums       sha1   1bb3d4ace868b63a573b16fb5ac13bdbbf43e2ae \
     22                rmd160 14b0a6649bfe84fcf7f12df65b19c2bfb174c043
    2223
    2324configure.args          --mandir="${prefix}/share/man"
    2425
     
    2627                        docdir="${destroot}${prefix}/share/doc/${name}" \
    2728                        mandir="${destroot}${prefix}/share/man"
    2829
    29 post-destroot {         file copy "${worksrcpath}/Examples" \
    30                                 "${destroot}${prefix}/share/doc/${name}"
     30post-destroot {
    3131                        reinplace "s|/usr/share|${prefix}/share/doc|" \
    3232                                "${destroot}${prefix}/share/man/man1/robodoc.1"
    33                         }
     33}