[46306] trunk/dports/lang/ruby19/Portfile

febeling at macports.org febeling at macports.org
Mon Feb 2 05:33:16 PST 2009


Revision: 46306
          http://trac.macports.org/changeset/46306
Author:   febeling at macports.org
Date:     2009-02-02 05:33:15 -0800 (Mon, 02 Feb 2009)
Log Message:
-----------
ruby19: add a nosuffix variant.

Modified Paths:
--------------
    trunk/dports/lang/ruby19/Portfile

Modified: trunk/dports/lang/ruby19/Portfile
===================================================================
--- trunk/dports/lang/ruby19/Portfile	2009-02-02 13:00:21 UTC (rev 46305)
+++ trunk/dports/lang/ruby19/Portfile	2009-02-02 13:33:15 UTC (rev 46306)
@@ -43,6 +43,10 @@
 # Port "ruby" does the same.
 configure.env	UNAME_RELEASE=${os.major}
 
+variant nosuffix description "Don't add the 1.9 program suffix to the executables. Note: that makes the port conflict with ruby (1.8), rb-rubygems, and rb-rake ports." {
+	configure.args-delete           --program-suffix=1.9
+}
+
 variant c_api_docs description "Generate documentation for Ruby C API" {
     depends_build-append port:doxygen
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090202/6a10070c/attachment.html>


More information about the macports-changes mailing list