[75827] trunk/dports/devel/apache-ivy/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Feb 9 16:54:47 PST 2011


Revision: 75827
          http://trac.macports.org/changeset/75827
Author:   ryandesign at macports.org
Date:     2011-02-09 16:54:47 -0800 (Wed, 09 Feb 2011)
Log Message:
-----------
apache-ivy: avoid destroot failure when port is not already installed; see #28340

Modified Paths:
--------------
    trunk/dports/devel/apache-ivy/Portfile

Modified: trunk/dports/devel/apache-ivy/Portfile
===================================================================
--- trunk/dports/devel/apache-ivy/Portfile	2011-02-09 22:57:44 UTC (rev 75826)
+++ trunk/dports/devel/apache-ivy/Portfile	2011-02-10 00:54:47 UTC (rev 75827)
@@ -40,7 +40,7 @@
     xinstall -d ${javadir}/apache-ant/lib/ ${docdir}
     
     xinstall ${worksrcpath}/build/artifact/jars/ivy.jar ${javadir}
-    file link ${javadir}/apache-ant/lib/ivy.jar ${prefix}/share/java/ivy.jar
+    ln -s ${prefix}/share/java/ivy.jar ${javadir}/apache-ant/lib/ivy.jar
     file delete -force ${worksrcpath}/build/artifact
     move ${worksrcpath}/doc ${docdir}/${name}
     # move ${worksrcpath} ${javadir}/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110209/16ceb523/attachment.html>


More information about the macports-changes mailing list