Ticket #845: Portfile.diff

File Portfile.diff, 789 bytes (added by mich@…, 21 years ago)

diff for #845

  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name            vcp
    5 version         1.2
     5version         1.6.1
    66platforms       darwin
    77categories      sysutils
    88maintainers     thomasv@mac.com
     
    1616        of files copied and to copy.
    1717homepage        http://members.optusnet.com.au/~dbbryan/vcp/
    1818master_sites    http://members.optusnet.com.au/%7Edbbryan/vcp/
    19 checksums       md5 102cfd51ecec7a49e290339edfed638a
     19checksums       md5 727a7c4de9ba53ea9dca9e4fbf20fcdf
    2020use_configure   no
    2121destroot {
    2222                system "cd ${worksrcpath} && \
    23                         install ${name} ${destroot}${prefix}/bin"
     23                        install ${name} ${destroot}${prefix}/bin &&
     24                        install ${name}.1 ${destroot}${prefix}/man/man1 &&
     25                        install .vcp.sample ${destroot}${prefix}/etc/vcp.sample"
    2426}