Ticket #32521: Portfile-hexfiend.diff
File Portfile-hexfiend.diff, 1.2 KB (added by larryv (Lawrence Velázquez), 13 years ago) |
---|
-
Portfile
old new 6 6 7 7 name hexfiend 8 8 epoch 1 9 version 2. 09 version 2.1 10 10 categories editors aqua 11 11 maintainers dweber openmaintainer 12 12 license BSD … … 21 21 distname HexFiend_Source 22 22 dist_subdir ${name}/${version} 23 23 24 checksums rmd160 833cd8d601d0493009e75447aab24572fd64dad8 \ 25 sha256 6a23ca76cab4aeaf4b0d2219e1cacae78d04ac18d487a2d228a5621ed39bf891 24 checksums md5 25b4f1eb93ea5d9bb7f21b251f5ef9c4 \ 25 rmd160 64dfb3a5c65270bffea6553f23b3f55399fb3ef7 \ 26 sha256 d7f177d8c697a5e834493c6e63d2cf53fa90fc9ca8b0023b3e01e652fde7c0d3 26 27 27 28 xcode.target HexFiend_2 28 xcode.configuration Release -GC29 xcode.configuration Release 29 30 30 31 destroot { 31 copy "${worksrcpath}/build/Release -GC/Hex Fiend.app" ${destroot}${applications_dir}32 copy "${worksrcpath}/build/Release/Hex Fiend.app" ${destroot}${applications_dir} 32 33 xinstall -d ${destroot}${prefix}/share/doc/${name} 33 34 xinstall -m 644 ${worksrcpath}/License.txt ${destroot}${prefix}/share/doc/${name} 34 35 }