Ticket #25508: Portfile.diff
File Portfile.diff, 744 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 14 years ago) |
---|
-
Portfile
old new 6 6 7 7 name qt4_select 8 8 version 0.3 9 revision 19 revision 2 10 10 categories sysutils 11 11 platforms darwin 12 12 license BSD … … 31 31 32 32 configure.args --mandir=${prefix}/share/man --name=qt4 33 33 34 destroot.keepdirs ${destroot}${applications_dir}/Qt 35 34 36 # install all files 35 37 post-destroot { 36 xinstall -d -m 0755 ${destroot}${applications_dir}/Qt37 xinstall -c -m 0644 ${filespath}/README ${destroot}${applications_dir}/Qt38 38 select::install qt4 ${filespath}/base 39 39 select::install qt4 ${filespath}/none 40 40 }