Ticket #30229: duplicity.diff
File duplicity.diff, 716 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
7 7 name duplicity 8 8 categories sysutils 9 9 version 0.6.14 10 revision 1 10 11 set stable_series [join [lrange [split ${version} .] 0 1] .]-series 11 12 platforms darwin 12 13 license GPL-2 … … 31 32 32 33 build.args --librsync-dir=${prefix} 33 34 universal_variant no 34 python.link_binaries yes 35 python.link_binaries_suffix 36 35 37 post-destroot { 36 ln -s ${name}-${python.branch} ${destroot}${prefix}/bin/${name}37 38 38 xinstall -m 644 -W ${worksrcpath} \ 39 39 ${name}.1 \ 40 40 rdiffdir.1 \