[73484] trunk/dports/lang/jruby/Portfile
jmr at macports.org
jmr at macports.org
Sun Nov 14 21:22:11 PST 2010
Revision: 73484
http://trac.macports.org/changeset/73484
Author: jmr at macports.org
Date: 2010-11-14 21:22:08 -0800 (Sun, 14 Nov 2010)
Log Message:
-----------
jruby: add nailgun variant (#20552)
Modified Paths:
--------------
trunk/dports/lang/jruby/Portfile
Modified: trunk/dports/lang/jruby/Portfile
===================================================================
--- trunk/dports/lang/jruby/Portfile 2010-11-15 04:09:53 UTC (rev 73483)
+++ trunk/dports/lang/jruby/Portfile 2010-11-15 05:22:08 UTC (rev 73484)
@@ -38,6 +38,14 @@
build.target-append apidocs
}
+variant nailgun description "include Nailgun support" {
+ build.target-append build-ng
+ post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/share/java/${name}/tool/nailgun
+ copy ${worksrcpath}/tool/nailgun/ng ${destroot}${prefix}/share/java/${name}/tool/nailgun
+ }
+}
+
variant default_ruby description "build without j prefix" {
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101114/dccdc07b/attachment.html>
More information about the macports-changes
mailing list