[45737] trunk/dports/python/py-xmpppy/Portfile

gboyce at macports.org gboyce at macports.org
Tue Jan 20 19:18:53 PST 2009


Revision: 45737
          http://trac.macports.org/changeset/45737
Author:   gboyce at macports.org
Date:     2009-01-20 19:18:50 -0800 (Tue, 20 Jan 2009)
Log Message:
-----------
Corrected error in trying to copy the docs directory

Modified Paths:
--------------
    trunk/dports/python/py-xmpppy/Portfile

Modified: trunk/dports/python/py-xmpppy/Portfile
===================================================================
--- trunk/dports/python/py-xmpppy/Portfile	2009-01-21 01:52:28 UTC (rev 45736)
+++ trunk/dports/python/py-xmpppy/Portfile	2009-01-21 03:18:50 UTC (rev 45737)
@@ -19,5 +19,5 @@
 
 post-destroot	{
 	file delete -force ${destroot}${prefix}/share/doc/${name}
-	file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
+	file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090120/f6c6d09a/attachment.html>


More information about the macports-changes mailing list