Ticket #1061: Portfile.2.diff

File Portfile.2.diff, 896 bytes (added by simon@…, 21 years ago)

Portfile diff

  • Portfile

    Portfile.diffл»_»»amBIN‚ãðIndex: Portfile
    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/textproc/antiword/Portfile,v
    retrieving revision 1.8
    diff -u -r1.8 Portfile
     
    2626destroot.target global_install
    2727destroot.args   prefix=${destroot}${prefix}
    2828
    29 post-destroot   { system "install -o root -m 755 -d \
    30                     ${destroot}${prefix}/man/man1"
    31                   system "install -o root -m 644 \
    32                     ${worksrcpath}/Docs/antiword.1 \
    33                     ${destroot}${prefix}/man/man1" }
     29post-destroot   { system "install -m 644 ${worksrcpath}/Docs/antiword.1 \
     30                                  ${destroot}${prefix}/share/man/man1" }