diff -r -u exiftags.orig/Portfile exiftags/Portfile
old
|
new
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name exiftags |
5 | | version 0.98 |
| 5 | version 1.00 |
6 | 6 | categories graphics |
7 | 7 | maintainers waqar@opendarwin.org |
8 | 8 | description Utility spits out Exif tags from a digital camera JPEG file |
… |
… |
|
19 | 19 | master_sites http://johnst.org/sw/exiftags |
20 | 20 | |
21 | 21 | platforms darwin |
22 | | checksums md5 5a8a4057c4dac1d765da5f9ef4527bdf |
| 22 | checksums md5 5dedd2336914f5a7c6ed3289cb7a3b1b |
23 | 23 | use_configure no |
24 | 24 | destroot { |
25 | 25 | cd ${worksrcpath} |
26 | 26 | xinstall exiftags ${destroot}${prefix}/bin |
27 | 27 | xinstall exifcom ${destroot}${prefix}/bin |
| 28 | xinstall exiftime ${destroot}${prefix}/bin |
28 | 29 | xinstall exiftags.1 ${destroot}${prefix}/share/man/man1 |
29 | 30 | xinstall exifcom.1 ${destroot}${prefix}/share/man/man1 |
| 31 | xinstall exiftime.1 ${destroot}${prefix}/share/man/man1 |
30 | 32 | } |