Ticket #24007: Portfile.diff
File Portfile.diff, 746 bytes (added by raphael-st (Raphael Straub), 15 years ago) |
---|
-
Portfile
old new 7 7 set NSS_VMAJOR 3 8 8 set NSS_VMINOR 12 9 9 set NSS_VPATCH 5 10 revision 1 10 11 categories net 11 12 maintainers jeremyhu openmaintainer 12 13 description Network Security Service libraries. … … 72 73 } 73 74 xinstall -m 755 -d ${destroot}${prefix}/lib/nss 74 75 eval xinstall -m 755 [glob ${worksrcpath}/mozilla/dist/Darwin*/lib/*.dylib] ${destroot}${prefix}/lib/nss 75 eval xinstall -m 644 [glob ${worksrcpath}/mozilla/dist/Darwin*/lib/ libcrmf.a] ${destroot}${prefix}/lib/nss76 eval xinstall -m 644 [glob ${worksrcpath}/mozilla/dist/Darwin*/lib/*.a] ${destroot}${prefix}/lib/nss 76 77 77 78 xinstall -m 755 -d ${destroot}${prefix}/lib/pkgconfig 78 79