Ticket #845: Portfile.diff
File Portfile.diff, 789 bytes (added by mich@…, 21 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name vcp 5 version 1. 25 version 1.6.1 6 6 platforms darwin 7 7 categories sysutils 8 8 maintainers thomasv@mac.com … … 16 16 of files copied and to copy. 17 17 homepage http://members.optusnet.com.au/~dbbryan/vcp/ 18 18 master_sites http://members.optusnet.com.au/%7Edbbryan/vcp/ 19 checksums md5 102cfd51ecec7a49e290339edfed638a19 checksums md5 727a7c4de9ba53ea9dca9e4fbf20fcdf 20 20 use_configure no 21 21 destroot { 22 22 system "cd ${worksrcpath} && \ 23 install ${name} ${destroot}${prefix}/bin" 23 install ${name} ${destroot}${prefix}/bin && 24 install ${name}.1 ${destroot}${prefix}/man/man1 && 25 install .vcp.sample ${destroot}${prefix}/etc/vcp.sample" 24 26 }