Ticket #1014: Portfile.diff

File Portfile.diff, 1.1 KB (added by simon@…, 21 years ago)

Portfile diff

  • Portfile

    Portfile.diff‘»¯e
    »¯e!mBIN‚W}Index: Portfile
    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/pict2pdf/Portfile,v
    retrieving revision 1.5
    diff -u -r1.5 Portfile
     
    1616build.args      PREFIX=${prefix}
    1717
    1818destroot        { cd ${worksrcpath}
    19                   system "install -o root -m 755 -d ${destroot}${prefix}/bin"
    20                   system "install -o root -m 755 -d ${destroot}${prefix}/man/man1"
    21                   system "install -o root -m 755 -c pict2pdf ${destroot}${prefix}/bin"
    22                   system "install -o root -m 644 -c pict2pdf.1 \
     19                  system "install -m 755 -d ${destroot}${prefix}/bin"
     20                  system "install -m 755 -d ${destroot}${prefix}/man/man1"
     21                  system "install -m 755 -c pict2pdf ${destroot}${prefix}/bin"
     22                  system "install -m 644 -c pict2pdf.1 \
    2323                    ${destroot}${prefix}/man/man1" }
    2424