Ticket #17965: Portfile.diff
File Portfile.diff, 695 bytes (added by mainka (Jérôme Mainka), 16 years ago) |
---|
-
Portfile
old new 23 23 sha1 facf11bc9f6988b76538e46a7ce8a379a9296cb0 \ 24 24 rmd160 1848e00b3b46c93fdd383092a3db8728b6b8bae0 25 25 26 27 variant libyaml "Enable LibYAML bindings" { 28 depends_lib_append port:libyaml \ 29 port:py-pyrex 30 patchfiles patch_setup_with_libyaml.py.diff 31 build.cmd ${python.bin} setup_with_libyaml.py 32 build.env LDFLAGS=-L${prefix}/lib 33 } 34 26 35 post-destroot { 27 36 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 28 37 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/examples