Revision
74215
Author
ryandesign@macports.org
Date
2010-12-07 12:24:38 -0800 (Tue, 07 Dec 2010)

Log Message

duplicity: MacPorts creates man directories for us; no need to do so manually

Modified Paths

Diff

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 \