Ticket #997: Portfile.patch
File Portfile.patch, 1.6 KB (added by simon@…, 21 years ago) |
---|
-
Portfile
12 12 default, jhead displays the more useful camera settings \ 13 13 from the file in a user friendly format. \ 14 14 jhead can also be used to manipulate some aspects of the \ 15 image 15 image relating to jpeg and Exif headers, such as changing \ 16 16 the internal timestamps, removing the thumbnail, or \ 17 17 transferring Exif headers back into edited images after \ 18 18 graphical editors deleted the exif header. jhead can also \ 19 be used to launch otherprograms, similar in style to \19 be used to launch other programs, similar in style to \ 20 20 the UNIX find command, but much simpler. 21 21 22 22 homepage http://www.sentex.net/~mwandel/jhead/ … … 29 29 30 30 destroot { system "install -m 755 -d ${destroot}${prefix}/bin" 31 31 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}" 35 35 system "install -m 644 ${worksrcpath}/${portname}.1.gz ${destroot}${prefix}/man/man1" } 36