Ticket #997: Portfile.patch

File Portfile.patch, 1.6 KB (added by simon@…, 21 years ago)

Portfile patch

  • Portfile

     
    1212                                        default, jhead displays the more useful camera settings \
    1313                                        from the file in a user friendly format. \
    1414                                        jhead can also be used to manipulate some aspects of the \
    15                                         image  relating to jpeg and Exif headers, such as changing \
     15                                        image relating to jpeg and Exif headers, such as changing \
    1616                                        the internal timestamps, removing the thumbnail, or \
    1717                                        transferring Exif headers back into edited images after \
    1818                                        graphical editors deleted the exif header. jhead can also \
    19                                         be used  to  launch  other programs, similar in style to \
     19                                        be used to launch other programs, similar in style to \
    2020                                        the UNIX find command, but much simpler.
    2121
    2222homepage                        http://www.sentex.net/~mwandel/jhead/
     
    2929
    3030destroot        { system "install -m 755 -d ${destroot}${prefix}/bin"
    3131                          system "install -m 755 ${worksrcpath}/${portname} ${destroot}${prefix}/bin"
    32                           system "install -m 755 -d ${destroot}${prefix}/doc/${portname}"
    33                           system "install -m 644 ${worksrcpath}/*.html ${destroot}${prefix}/doc/${portname}"
    34                           system "install -m 644 ${worksrcpath}/*.txt ${destroot}${prefix}/doc/${portname}"
     32                          system "install -m 755 -d ${destroot}${prefix}/share/doc/${portname}"
     33                          system "install -m 644 ${worksrcpath}/*.html ${destroot}${prefix}/share/doc/${portname}"
     34                          system "install -m 644 ${worksrcpath}/*.txt ${destroot}${prefix}/share/doc/${portname}"
    3535                          system "install -m 644 ${worksrcpath}/${portname}.1.gz ${destroot}${prefix}/man/man1" }
    36