[36609] trunk/dports/python/py-svn/Portfile
blair at macports.org
blair at macports.org
Wed May 7 14:39:50 PDT 2008
Revision: 36609
http://trac.macosforge.org/projects/macports/changeset/36609
Author: blair at macports.org
Date: 2008-05-07 14:39:49 -0700 (Wed, 07 May 2008)
Log Message:
-----------
Fix the py-svn build. Without a file copy ${worksrcpath} to make a
path absolute, file copy fails.
Modified Paths:
--------------
trunk/dports/python/py-svn/Portfile
Modified: trunk/dports/python/py-svn/Portfile
===================================================================
--- trunk/dports/python/py-svn/Portfile 2008-05-07 19:42:33 UTC (rev 36608)
+++ trunk/dports/python/py-svn/Portfile 2008-05-07 21:39:49 UTC (rev 36609)
@@ -34,7 +34,7 @@
destroot {
file mkdir ${destroot}${python.pkgd}
- file copy Source/pysvn ${destroot}${python.pkgd}
+ file copy ${worksrcpath}/Source/pysvn ${destroot}${python.pkgd}
file mkdir ${destroot}${prefix}/share/doc/${name}/examples
eval file copy [glob ${worksrcpath}/Examples/*] \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080507/75dca0f4/attachment.html
More information about the macports-changes
mailing list