Ticket #1554: patch

File patch, 1.0 KB (added by prahl@…, 20 years ago)

patch to place pict2pdf man files in proper place

  • Portfile

    ? patch
    ? work
    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/pict2pdf/Portfile,v
    retrieving revision 1.7
    diff -u -r1.7 Portfile
     
    44name            pict2pdf
    55version         1.1
    66categories      graphics
    7 maintainers     prahl@ece.ogi.edu
     7maintainers     prahl@bme.ogi.edu
    88description     Vector-to-vector conversion of PICT files to PDF
    99long_description        \
    1010        pict2pdf converts files in Apple's PICT format to Adobe's PDF \
     
    1717build.args      PREFIX=${prefix}
    1818destroot        { cd ${worksrcpath}
    1919                  system "install -m 755 -d ${destroot}${prefix}/bin"
    20                   system "install -m 755 -d ${destroot}${prefix}/man/man1"
     20                  system "install -m 755 -d ${destroot}${prefix}/share/man/man1"
    2121                  system "install -m 755 -c pict2pdf ${destroot}${prefix}/bin"
    2222                  system "install -m 644 -c pict2pdf.1 \
    23                     ${destroot}${prefix}/man/man1" }
     23                    ${destroot}${prefix}/share/man/man1" }
    2424