[74215] trunk/dports/sysutils/duplicity/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Dec 7 12:24:45 PST 2010


Revision: 74215
          http://trac.macports.org/changeset/74215
Author:   ryandesign at 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:
--------------
    trunk/dports/sysutils/duplicity/Portfile

Modified: trunk/dports/sysutils/duplicity/Portfile
===================================================================
--- 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 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101207/85e0dbe4/attachment.html>


More information about the macports-changes mailing list