Ticket #1061: Portfile.diff

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

Portfile diff

  • Portfile

    Portfile.diff“»»gÖ»»gØmBIN‚•wIndex: Portfile
    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/textproc/antiword/Portfile,v
    retrieving revision 1.8
    diff -u -r1.8 Portfile
     
    2727destroot.args   prefix=${destroot}${prefix}
    2828
    2929post-destroot   { system "install -o root -m 755 -d \
    30                     ${destroot}${prefix}/man/man1"
     30                    ${destroot}${prefix}/share/man/man1"
    3131                  system "install -o root -m 644 \
    3232                    ${worksrcpath}/Docs/antiword.1 \
    33                     ${destroot}${prefix}/man/man1" }
     33                    ${destroot}${prefix}/share/man/man1" }