Modified: trunk/dports/sysutils/duplicity/Portfile (74213 => 74214)
--- trunk/dports/sysutils/duplicity/Portfile 2010-12-07 20:02:25 UTC (rev 74213)
+++ trunk/dports/sysutils/duplicity/Portfile 2010-12-07 20:17:24 UTC (rev 74214)
@@ -30,17 +30,17 @@
rmd160 1d2666b06c71ef66aacbbc72a73506cbec7b9c07
build.args --librsync-dir=${prefix}
-post-build {
- set mandir ${destroot}${prefix}/share/man/
- xinstall -d ${mandir}/man1
- xinstall ${worksrcpath}/${name}.1 \
- ${worksrcpath}/rdiffdir.1 \
- ${mandir}/man1/
-}
universal_variant no
python.link_binaries yes
post-destroot {
ln -s ${name}-${python.branch} ${destroot}${prefix}/bin/${name}
+
+ set mandir ${destroot}${prefix}/share/man/
+ xinstall -d ${mandir}/man1
+ xinstall -m 644 -W ${worksrcpath} \
+ ${name}.1 \
+ rdiffdir.1 \
+ ${mandir}/man1/
}
depends_run-append port:py27-gnupg \