Ticket #22958: Portfile-osh.diff
File Portfile-osh.diff, 955 bytes (added by jan+mp@…, 15 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name osh 7 version 20091 1277 version 20091218 8 8 categories shells 9 9 maintainers v6shell.org:jan+mp 10 10 description Ports of the Sixth Edition (V6) UNIX Thompson shell … … 18 18 homepage http://v6shell.org/ 19 19 master_sites ${homepage}src/ 20 20 21 checksums md5 3 af1073896d5ce099ce0b09f156ffdfc\22 sha1 9dbb6ba5f760783bd37714155b250d538b50852c\23 rmd160 7 880bf3540e6f1d78d44b13f2820fa33a2bd098321 checksums md5 3dde2827156660ea8be2711d3ff790c5 \ 22 sha1 7dc04fdd93401829803e9b22aa0a6a53203488e5 \ 23 rmd160 76502912f409fba780a6e649c848e6bffc234247 24 24 25 25 use_configure no 26 26 use_parallel_build yes … … 28 28 build.args PREFIX=${prefix} 29 29 30 30 destroot.args PREFIX=${prefix} 31 destroot.target install install-doc install-exp 31 32 32 33 variant universal { 33 34 build.args-append CFLAGS="${configure.universal_cflags}" \