--- Portfile.txt	2009-02-01 13:06:19.000000000 -0500
+++ Portfile	2009-02-01 13:14:37.000000000 -0500
@@ -75,6 +75,10 @@
 	configure.args-append   --enable-tcltk-framework
 }
 
+variant nosuffix conflicts ruby description "Don't add the 1.9 program suffix to the executables" {
+	configure.args-delete		--program-suffix=1.9
+}
+
 livecheck.check regex
 livecheck.url   http://ftp.ruby-lang.org/pub/ruby/1.9/
 livecheck.regex ruby-(${version})${extract.suffix}

