Modified: trunk/dports/sysutils/duplicity/Portfile (74214 => 74215)
--- trunk/dports/sysutils/duplicity/Portfile 2010-12-07 20:17:24 UTC (rev 74214)
+++ trunk/dports/sysutils/duplicity/Portfile 2010-12-07 20:24:38 UTC (rev 74215)
@@ -35,12 +35,10 @@
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/
+ ${destroot}${prefix}/share/man/man1/
}
depends_run-append port:py27-gnupg \