Ticket #54463: Portfile.diff
File Portfile.diff, 874 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 7 years ago) |
---|
-
Portfile
old new 34 34 35 35 destroot.destdir prefix=${destroot}${prefix} 36 36 37 if {${name} eq ${subport}} { 37 38 post-destroot { 38 39 platform darwin { 39 40 foreach {neededfile} "${prefix}/lib/libz.dylib" { … … 52 53 xinstall -d ${destroot}${examplesdir} 53 54 xinstall -m 0644 {*}[glob ${worksrcpath}/example{.c,s/*}] ${destroot}${examplesdir} 54 55 } 56 } 55 57 56 58 livecheck.type regex 57 59 livecheck.url ${homepage} 58 60 livecheck.regex ${name}-(\[0-9.\]+)\\.tar 61 62 subport minizip { 63 64 description Minizip zip file manipulation library 65 long_description ${description} 66 67 worksrcdir ${worksrcdir}/contrib/minizip 68 69 use_autoreconf yes 70 autoreconf.args -fvi -I m4 71 72 depends_lib-append port:zlib 73 } 74 No newline at end of file