[77432] trunk/dports/java/gnu-classpath/Portfile

easieste at macports.org easieste at macports.org
Wed Mar 30 03:09:09 PDT 2011


Revision: 77432
          http://trac.macports.org/changeset/77432
Author:   easieste at macports.org
Date:     2011-03-30 03:09:08 -0700 (Wed, 30 Mar 2011)
Log Message:
-----------
Add hardlink to the expected path for the library.

This allows software that depend on gnu-classpath to configure
properly without further patching.

Modified Paths:
--------------
    trunk/dports/java/gnu-classpath/Portfile

Modified: trunk/dports/java/gnu-classpath/Portfile
===================================================================
--- trunk/dports/java/gnu-classpath/Portfile	2011-03-30 07:49:42 UTC (rev 77431)
+++ trunk/dports/java/gnu-classpath/Portfile	2011-03-30 10:09:08 UTC (rev 77432)
@@ -5,6 +5,7 @@
 name            gnu-classpath
 set my_name     classpath
 version         0.98
+revision        1
 maintainers     nomaintainer
 categories      java
 platforms       darwin 
@@ -48,6 +49,7 @@
     xinstall -m 755 -d ${destroot}${prefix}/share/java
     move ${destroot}${prefix}/share/classpath/glibj.zip \
         ${destroot}${prefix}/share/java/glibj.jar
+    ln ${destroot}${prefix}/share/java/glibj.jar ${destroot}${prefix}/share/classpath/glibj.zip
 }
 
 livecheck.name  ${my_name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110330/dd95b863/attachment.html>


More information about the macports-changes mailing list