[126902] trunk/dports/devel/scons/Portfile
jmr at macports.org
jmr at macports.org
Thu Oct 16 18:33:51 PDT 2014
Revision: 126902
https://trac.macports.org/changeset/126902
Author: jmr at macports.org
Date: 2014-10-16 18:33:51 -0700 (Thu, 16 Oct 2014)
Log Message:
-----------
scons: don't try to create links that are already created by the portgroup
Modified Paths:
--------------
trunk/dports/devel/scons/Portfile
Modified: trunk/dports/devel/scons/Portfile
===================================================================
--- trunk/dports/devel/scons/Portfile 2014-10-17 01:24:39 UTC (rev 126901)
+++ trunk/dports/devel/scons/Portfile 2014-10-17 01:33:51 UTC (rev 126902)
@@ -40,10 +40,6 @@
${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \
RELEASE.txt ${destroot}${prefix}/share/doc/${name}
- foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
- ln -s ${python.prefix}/bin/${binfile} \
- ${destroot}${prefix}/bin/${binfile}
- }
foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] {
ln -s ${python.prefix}/share/man/man1/${manfile} \
${destroot}${prefix}/share/man/man1/${manfile}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141016/d1bf40d7/attachment.html>
More information about the macports-changes
mailing list